Skip to content

Commit 9cce87a

Browse files
committed
Fix import
1 parent e46890a commit 9cce87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import fs from 'fs'
21
import * as core from '@actions/core'
2+
import * as fs from 'fs'
33
import * as xml2js from 'xml2js'
44
import { Annotation } from './annotation.js'
55

0 commit comments

Comments
 (0)