Skip to content

Commit

Permalink
revert action
Browse files Browse the repository at this point in the history
  • Loading branch information
Howuhh committed Jul 19, 2023
1 parent 2b19dd1 commit fd3f6f2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
shell: bash
# <- standard block end ->
- name: check codestyle
run: |
ruff --version
ruff clean
ruff check --config pyproject.toml --diff .
shell: bash
# uses: chartboost/ruff-action@v1
# with:
# version: 0.0.278
# args: check --config pyproject.toml
# run: |
# ruff --version
# ruff clean
# ruff check --config pyproject.toml --diff .
# shell: bash
uses: chartboost/ruff-action@v1
with:
version: 0.0.278
args: --config pyproject.toml

0 comments on commit fd3f6f2

Please sign in to comment.