Skip to content

Commit

Permalink
ci pre-commit missing change
Browse files Browse the repository at this point in the history
  • Loading branch information
gaudinnicolas committed Jun 13, 2024
1 parent 6b33340 commit 5fb7967
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ name: pre-commit
on:
pull_request:
push:
branches: [main]

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.10

- name: Install poetry
run: |
Expand All @@ -22,4 +23,6 @@ jobs:
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: pre-commit/[email protected]
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()

0 comments on commit 5fb7967

Please sign in to comment.