Skip to content

Commit fe8ce9a

Browse files
authored
GitHub Actions: pipx run pre-commit run --all-files (cpplint#324)
1 parent cba132c commit fe8ce9a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-python@v5
17-
with:
18-
python-version: 3.x
19-
- uses: pre-commit/[email protected]
16+
- run: pipx run pre-commit run --all-files
2017

2118
build-test:
2219
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)