Skip to content

Commit 2c0938a

Browse files
committed
fix: update CI with new project structure to handle all AoC years in one repo
1 parent 17356fc commit 2c0938a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: Python CI
1+
name: AoC Python CI
22

33
on:
4-
push:
5-
branches: [ main ]
64
pull_request:
75
branches: [ main ]
86

@@ -31,7 +29,7 @@ jobs:
3129
run: uv run ruff check .
3230

3331
- name: Run type checking
34-
run: uv run mypy aoc/ solutions/ templates/ tests/ main.py
32+
run: uv run mypy --exclude '(.venv|.pdm-build|__pycache__|.ruff_cache|.mypy_cache|.pytest_cache)' .
3533

3634
test:
3735
name: Tests

0 commit comments

Comments
 (0)