ci: update yaml check
All checks were successful
/ sast (push) Successful in 40s

This commit is contained in:
Marc 2024-10-13 20:04:12 -04:00
parent f0e509fbe2
commit 3a9e86e90e
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -6,4 +6,4 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: pipx run yamllint . - run: pipx run pre-commit run -a