Skip to content

Commit f6279a0

Browse files
committed
god i love testing in prod
1 parent 1661ea7 commit f6279a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pip install ruff
2828

2929
- name: Check formatting with Ruff
30-
run: ruff check . --format=github
30+
run: ruff --format=github check .
3131

3232
- name: Log in to the container registry
3333
uses: docker/login-action@v2

0 commit comments

Comments
 (0)