We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b9c70 commit 7a5102aCopy full SHA for 7a5102a
.github/workflows/django.yml
@@ -30,10 +30,10 @@ jobs:
30
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
31
steps:
32
- uses: actions/checkout@v4
33
- - name: Run ruff
34
- uses: ./.github/workflows/python_and_pip.yml"
35
with:
36
python-version: 3.12.4
+ - name: Run ruff
37
run: ruff check .
38
- name: Type check
39
run: mypy --config mypy.ini styleguide_example/
0 commit comments