Skip to content

Commit

Permalink
chore: replace pre-commit action with pre-commit.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjholland committed Jan 29, 2025
1 parent baa5550 commit d360ec4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Test and QA"
name: "Tests"
on:
pull_request:
branches:
Expand All @@ -10,7 +10,6 @@ on:
- pyproject.toml
- .github/workflows/ci.yml
- uv.lock
- .pre-commit-config.yaml
push:
branches:
- main
Expand All @@ -20,19 +19,9 @@ on:
- pyproject.toml
- .github/workflows/ci.yml
- uv.lock
- .pre-commit-config.yaml
workflow_dispatch:
jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- uses: pre-commit/action@v3.0.0
test:
needs: qa
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d360ec4

Please sign in to comment.