Skip to content

Commit

Permalink
Remove pre-commit action in favour of pre-commit ci
Browse files Browse the repository at this point in the history
Co-authored-by: Jannis Leidel <jannis@leidel.info>
  • Loading branch information
dbast and jezdez authored Jan 12, 2023
1 parent 4c53151 commit f42f079
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ defaults:
run:
shell: bash
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 # v4
with:
python-version: '3.9'
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # tag=v3.0.0
package:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit f42f079

Please sign in to comment.