Skip to content

Commit

Permalink
Fix imports in main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Jan 16, 2021
1 parent 6f3367e commit 6e20ef2
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 22 deletions.
55 changes: 37 additions & 18 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import core from '@actions/core'
import github from '@actions/github'
import fs from 'fs'
import * as core from '@actions/core'
import * as github from '@actions/github'
import * as fs from 'fs'
import glob from 'fast-glob'
import {parseDartJson} from './parsers/dart-json/dart-json-parser'
import {parseDotnetTrx} from './parsers/dotnet-trx/dotnet-trx-parser'
Expand Down

0 comments on commit 6e20ef2

Please sign in to comment.