Skip to content

Commit

Permalink
Let pre-commit.ci handle pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jul 8, 2024
1 parent 447d4c5 commit 949964e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ on:
workflow_dispatch:

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: pre-commit/[email protected]

list:
runs-on: ubuntu-latest
outputs:
Expand All @@ -41,6 +32,7 @@ jobs:
test:
needs: list
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 949964e

Please sign in to comment.