Skip to content

Commit

Permalink
shim: use master build for the master branch (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm authored Aug 27, 2024
1 parent 4197406 commit f414f5d
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 19,682 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Install
run: |
npm i
npm run shim
npm run all
- name: verify no git diff
run: |
status=$(git status --porcelain)
if [ -n "$status" ]; then
echo "you need to run 'npm run shim' and commit the changes"
echo "you need to run 'npm run all' and commit the changes"
echo "$status"
exit 1
fi
Expand Down
Loading

0 comments on commit f414f5d

Please sign in to comment.