We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acea893 commit 022310cCopy full SHA for 022310c
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
run: poetry run pytest dags_unit_tests
49
- name: Check code formatting
50
run: poetry run black --check --diff .
51
- - uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0
+ - uses: astral-sh/ruff-action@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
52
- name: Check for missing migrations
53
run: poetry run python manage.py makemigrations --check --no-input --settings=core.test_settings
54
env:
0 commit comments