Skip to content

Commit

Permalink
Move package.sh to .github/workflows/script/
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 7, 2024
1 parent 88dd033 commit c6bbd70
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions analyze/analyze-action-post.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions analyze/analyze-action.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions autobuild/autobuild-action.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions init/init-action-post.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions init/init-action.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "CodeQL action",
"scripts": {
"build": "tsc --build && npm run package",
"package": "bash ./package.sh",
"package": "bash .github/workflows/script/package.sh",
"test": "ava src/**.test.ts --serial --verbose",
"test-debug": "ava src/**.test.ts --serial --verbose --timeout=20m",
"lint": "eslint --report-unused-disable-directives --max-warnings=0 .",
Expand Down
4 changes: 2 additions & 2 deletions resolve-environment/resolve-environment-action.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions start-proxy/start-proxy-action-post.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion start-proxy/start-proxy-action.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions upload-sarif/upload-sarif-action-post.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions upload-sarif/upload-sarif-action.js

Large diffs are not rendered by default.

0 comments on commit c6bbd70

Please sign in to comment.