Skip to content

Commit

Permalink
Remove pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 24, 2024
1 parent 51d7843 commit 2e6b4ee
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,8 @@ on:

jobs:

pre-commit:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: pre-commit/[email protected]

test-package:

needs: [pre-commit]

runs-on: ubuntu-latest
timeout-minutes: 15

Expand Down Expand Up @@ -65,8 +51,6 @@ jobs:

test-installation-with-pipx:

needs: [pre-commit]

runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down

0 comments on commit 2e6b4ee

Please sign in to comment.