Skip to content

Commit 326c072

Browse files
author
Daniel Goshev
committed
Update workflow file.
1 parent 21837db commit 326c072

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ jobs:
77
- uses: actions/checkout@v3
88
- name: Build docker
99
run: docker compose build
10-
- name: Run isort
11-
run: docker compose run django isort styleguide_example/ --check
12-
- name: Run black
13-
run: docker compose run django black styleguide_example/ --check
14-
- name: Run flake8
15-
run: docker compose run django flake8
10+
- name: Run ruff
11+
run: docker compose run django ruff check styleguide_example/
1612
- name: Run mypy
1713
run: docker compose run django mypy --config mypy.ini styleguide_example/
1814
- name: Run tests

0 commit comments

Comments
 (0)