Skip to content

Commit

Permalink
add format
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain committed May 28, 2024
1 parent 3c41937 commit 3b986fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -22,3 +22,5 @@ jobs:
# Update output format to enable automatic inline annotations.
- name: Run Ruff
run: ruff check --output-format=github .
- name: Run Ruff format
run: ruff format --check .

0 comments on commit 3b986fa

Please sign in to comment.