Skip to content

Commit

Permalink
Final check
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 30, 2024
1 parent bdcfb1c commit 1738c7a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,13 @@ jobs:
- "mixed-line-ending"
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Install dependencies
run: |
python3 -m pip install ".[dev]"
- name: Run pre-commit ${{ matrix.hook.cmd }} hook
run: pre-commit run ${{ matrix.hook.cmd }} --all-files
- uses: pre-commit/[email protected]
with:
extra_args: ${{ matrix.cmd }} --all-files
docs:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 1738c7a

Please sign in to comment.