ci: run pre-commit hooks on push
All checks were successful
Push / static-analysis (push) Successful in 51s

This commit is contained in:
Marc 2024-11-07 22:32:11 -05:00
parent 5d537377c4
commit 3b09589811
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -0,0 +1,12 @@
name: Push
on: [push]
jobs:
static-analysis:
runs-on: runner-latest
steps:
- uses: actions/checkout@v4
- name: Validate Yaml
run: pipx run pre-commit run check-yaml -a
- name: Validate shell scripts
run: pipx run pre-commit run shellcheck -a