Skip to content

Commit

Permalink
Update format.yaml (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Jan 7, 2024
1 parent 3988382 commit 8703caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: Format
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-python@v2
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v5
- name: Install clang-format-10
run: sudo apt-get install clang-format-10
- uses: pre-commit/[email protected]

0 comments on commit 8703caf

Please sign in to comment.