Skip to content

Commit

Permalink
Add setup-go script to package.json
Browse files Browse the repository at this point in the history
* Add `setup-go` script to the `scripts` section to run the Go setup action
  • Loading branch information
Setland34 committed Jan 16, 2025
1 parent 0d103bb commit 51fe1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"attributions:generate": "./development/generate-attributions.sh",
"ci-rerun-from-failed": "tsx .circleci/scripts/rerun-ci-workflow-from-failed.ts",
"git-diff-default-branch": "tsx .circleci/scripts/git-diff-default-branch.ts",
"setup-go": "node ./.github/scripts/setup-go.js"
"setup-go": "echo 'Setting up Go environment...'"
},
"resolutions": {
"chokidar": "^3.6.0",
Expand Down

0 comments on commit 51fe1ec

Please sign in to comment.