Skip to content

Commit

Permalink
try fixing yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Nov 30, 2023
1 parent faa059f commit fce0dc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
pip install isort
- name: isort --> Check for best-practice sorting of imports
run: |
msg="Please run 'isort .' on this repo."
isort --check . || echo "::error ::$msg" && exit 1
isort --check . || echo "::error ::Please run 'isort .' on this repo." && exit 1

ruff-format:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fce0dc1

Please sign in to comment.