Skip to content

Commit

Permalink
Removes precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel committed Aug 17, 2024
1 parent 40ccc1a commit 0f26783
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,6 @@ on:
- '*'

jobs:

pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install pre-commit
run: |
pip install pre-commit
- name: Setup pre-commit hooks
run: |
pre-commit install
- name: Run pre-commit hooks
run: |
pre-commit run --all-files
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0f26783

Please sign in to comment.