Skip to content

Commit

Permalink
chore: use only ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bclavie committed Feb 23, 2024
1 parent 4db672e commit d1ac0e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Linting & Flaking"
uses: chartboost/ruff-action@v1
- name: "Formatting"
uses: chartboost/ruff-action@v1
with:
args: format --check
uses: chartboost/ruff-action@v1

0 comments on commit d1ac0e4

Please sign in to comment.