Skip to content

Commit b8c9cf2

Browse files
committed
iter
1 parent cfe9507 commit b8c9cf2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/linters.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Run code format checks
2+
3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
pull_request:
8+
branches:
9+
- '*'
10+
11+
jobs:
12+
run-pre-commit-checks:
13+
name: Run pre-commit checks
14+
runs-on: ubuntu-latest
15+
16+
steps:
17+
- uses: actions/checkout@v4
18+
- uses: prefix-dev/[email protected]
19+
with:
20+
pixi-version: v0.31.0
21+
frozen: true
22+
23+
- name: Run tests
24+
run: pixi run -e linters linters

0 commit comments

Comments
 (0)