Skip to content

Commit

Permalink
ruff check backend only
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Nov 29, 2023
1 parent e240ca5 commit 5e0a525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proj_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: echo '::set-output name=SECRET_KEY::`python -c "import uuid; print(uuid.uuid4().hex + uuid.uuid4().hex)"`'
id: secret_id_generator
- name: Linting
run: poetry run ruff check .
run: poetry run ruff check ./backend/
env:
DJANGO_SETTINGS_MODULE: '{{project_name}}.settings.local_base'
SECRET_KEY: ${% templatetag openvariable %} steps.secret_id_generator.outputs.SECRET_KEY {% templatetag closevariable %}
Expand Down

0 comments on commit 5e0a525

Please sign in to comment.