Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
pre-commit action uses deprecated Node.js version; run checks directly (
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Feb 8, 2024
1 parent a28662b commit 5d6d5fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/mcad-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
python-version: '3.11'

- name: Run pre-commit checks
uses: pre-commit/[email protected]
run: |
pip install pre-commit
pre-commit run --show-diff-on-failure --color=always --all-files
- name: Build
run: make build
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/mcad-kueue-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
python-version: '3.11'

- name: Run pre-commit checks
uses: pre-commit/[email protected]
run: |
pip install pre-commit
pre-commit run --show-diff-on-failure --color=always --all-files
- name: Build
run: make build
Expand Down

0 comments on commit 5d6d5fa

Please sign in to comment.