Skip to content

Commit

Permalink
Test hooks default template
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonZogk authored Oct 28, 2024
1 parent c2e013f commit 8d65839
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,12 @@ on:
branches: [ main ]

jobs:
commit-hooks:
runs-on: ubuntu-20.04
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v3
with:
python-version: 3.9.20
cache: 'pip'

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
- name: Check commit hooks
run: |
pre-commit run --all-files
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]

testing-cml:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d65839

Please sign in to comment.