Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 4088359

Browse files
authored
Merge pull request #60 from statisticsnorway/ruff-pr-checks
Add ruff checks on PRs
2 parents 05604be + abcb46c commit 4088359

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
2828
- name: Run tests
2929
run: poetry run pytest --cov=metadata_service
30+
31+
- name: Run Ruff check
32+
run: poetry run ruff check --output-format=github
33+
34+
- name: Run Ruff format
35+
run: poetry run ruff format --diff

0 commit comments

Comments
 (0)