Skip to content

Commit

Permalink
Install clang-format-12
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Jun 21, 2023
1 parent 6c8c90f commit 701781a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/setup-python@v4.6.1
with:
python-version: '3.10'
- uses: pre-commit/action@v3.0.0
- uses: actions/checkout@v3.5.2
- uses: actions/setup-python@v4.6.1
with:
python-version: '3.10'
- uses: ConorMacBride/install-package@v1.1.0
with:
apt: clang-format-12
- uses: pre-commit/action@v3.0.0

0 comments on commit 701781a

Please sign in to comment.