Skip to content

Commit

Permalink
build: run linter and formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Nov 23, 2023
1 parent 0092ba8 commit 3eed4aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: ORStools
args: check
- uses: chartboost/ruff-action@v1
with:
src: ORStools
args: format

0 comments on commit 3eed4aa

Please sign in to comment.