Skip to content

Commit 7600c44

Browse files
committed
move to main
1 parent 5d589ee commit 7600c44

2 files changed

Lines changed: 13 additions & 32 deletions

File tree

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,20 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
jobs:
17+
code-quality:
18+
runs-on: ubuntu-latest
19+
20+
steps:
21+
- uses: actions/checkout@v5
22+
23+
- uses: actions/setup-python@v6
24+
with:
25+
python-version: '3.13'
26+
27+
- uses: pre-commit/action@v3.0.1
28+
1729
pytest:
30+
needs: code-quality
1831
name: py${{ matrix.python-version }} on ${{ matrix.os }}
1932
runs-on: ${{ matrix.os }}
2033
env:

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)