Skip to content

Commit

Permalink
feat: add ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg committed Apr 16, 2024
1 parent 7e47d66 commit 72debf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Lint source code
uses: chartboost/ruff-action@v1
uses: chartboost/ruff-action@v1
with:
args: 'format --check'

0 comments on commit 72debf1

Please sign in to comment.