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 8df1f0b commit 272b0bbCopy full SHA for 272b0bb
parse.js action.jsparse.js renamed to action.js
action.yml
@@ -25,5 +25,5 @@ runs:
25
eval "$(pkgx +node)"
26
set +a
27
fi
28
- node "$GITHUB_ACTION_PATH"/parse.js ${{ steps.env.outputs.file }}
+ node "$GITHUB_ACTION_PATH"/action.js ${{ steps.env.outputs.file }}
29
shell: bash
deno.json
@@ -5,7 +5,7 @@
5
"pkgx": "deno^2.1",
6
"lint": {
7
"include": ["src/", "./app.ts"],
8
- "exclude": ["**/*.test.ts", "./parse.js"]
+ "exclude": ["**/*.test.ts", "./action.js"]
9
},
10
"test": {
11
"include": ["src/"]
0 commit comments