Skip to content

Commit

Permalink
Use ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
mietzen committed Aug 12, 2024
1 parent c451b6d commit b912b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
# stop the build if there are Python syntax errors or undefined names
PY_VER=$(echo py${PY_VER} | tr -d '.')
ruff --output-format=github --ignore=E501 --exclude=__init__.py --target-version=${PY_VER} ./porkbun_ddns
ruff check --output-format=github --ignore=E501 --exclude=__init__.py --target-version=${PY_VER} ./porkbun_ddns
Check-Test:
if: ${{ always() }}
Expand All @@ -47,4 +47,4 @@ jobs:
exit 0
else
exit 1
fi
fi

0 comments on commit b912b29

Please sign in to comment.