Skip to content

Commit

Permalink
Update act-tools dependency to avoid populating pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro committed Jun 3, 2024
1 parent 0df63ce commit 228dabc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/implementation-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
## Make sure we have the latest act-tools
- run: npm install act-rules/act-tools --include=dev
- run: npm install act-tools
- run: node ./.github/scripts/implementation-update.mjs
- name: Commit and push
env:
Expand Down
Loading

0 comments on commit 228dabc

Please sign in to comment.