Skip to content

Commit

Permalink
Merge pull request #305 from mosfet80/patch-3
Browse files Browse the repository at this point in the history
Update ci-format.yml ->to  node.js 20
  • Loading branch information
ipa-vsp authored Aug 16, 2024
2 parents 2bc1c87 + 6d5285a commit fb94f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
name: Format
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10.6
- name: Install system hooks
run: sudo apt update && sudo apt install -qq clang-format-14 cppcheck
- uses: pre-commit/action@v2.0.3
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files --hook-stage manual

0 comments on commit fb94f6b

Please sign in to comment.