Skip to content

Commit

Permalink
🔧 fix ruff action to include formatting (Cloud-Drift#419)
Browse files Browse the repository at this point in the history
* i think it needs two invocation of ruff do check for linting and formatting of the code

* oops

* introduce wrong formatting to test

* fix wrong formatting test

---------

Co-authored-by: Philippe Miron <[email protected]>
  • Loading branch information
philippemiron and Philippe Miron authored Apr 19, 2024
1 parent 32c4144 commit fa0a0b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
with:
args: format --check
mypy:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fa0a0b3

Please sign in to comment.