ci: update yaml check
Some checks failed
/ sast (push) Failing after 30s

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

View file

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