Skip to content

Commit

Permalink
rename parse.js to action.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 15, 2025
1 parent 8df1f0b commit 272b0bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ runs:
eval "$(pkgx +node)"
set +a
fi
node "$GITHUB_ACTION_PATH"/parse.js ${{ steps.env.outputs.file }}
node "$GITHUB_ACTION_PATH"/action.js ${{ steps.env.outputs.file }}
shell: bash
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"pkgx": "deno^2.1",
"lint": {
"include": ["src/", "./app.ts"],
"exclude": ["**/*.test.ts", "./parse.js"]
"exclude": ["**/*.test.ts", "./action.js"]
},
"test": {
"include": ["src/"]
Expand Down

0 comments on commit 272b0bb

Please sign in to comment.