Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/bbannier/ci-pre-commit'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Oct 15, 2024
2 parents 3b104a7 + 4196a9b commit 48cffd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

jobs:
pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected].0
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected].1

0 comments on commit 48cffd2

Please sign in to comment.