We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46890a commit 9cce87aCopy full SHA for 9cce87a
src/parser.ts
@@ -1,5 +1,5 @@
1
-import fs from 'fs'
2
import * as core from '@actions/core'
+import * as fs from 'fs'
3
import * as xml2js from 'xml2js'
4
import { Annotation } from './annotation.js'
5
0 commit comments