Skip to content

Commit

Permalink
use pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 12, 2024
1 parent fc59790 commit 576f075
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,8 @@ jobs:
micromamba list
python -m pip show osmnx
- name: Cache pre-commit
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit/
key: pre-commit-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}

- name: Run pre-commit checks
run: pre-commit run --all-files
uses: pre-commit/action@v3
env:
SKIP: no-commit-to-branch

Expand Down

0 comments on commit 576f075

Please sign in to comment.