1
0
Fork 0

ci: replace pipx calls with community actions
All checks were successful
/ pre-run-notify (push) Successful in 31s
/ sast (push) Successful in 1m16s
/ post-run-notify (push) Successful in 34s

This commit is contained in:
Marc 2024-07-24 21:20:34 -04:00
parent 8e7f5b4d92
commit a9a81176c9
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -21,12 +21,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install pipx
run: pip install pipx
- name: Check formatting
run: pipx run black . --check
uses: https://github.com/psf/black@stable
with:
options: "--check --verbose"
version: "~= 24.0"
- name: Check import ordering
run: pipx run isort . --check
uses: https://github.com/isort/isort-action@v1
post-run-notify:
runs-on: ubuntu-latest
if: always()