Compare commits

..

1 commit

Author SHA1 Message Date
014027c195
WIP
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-06-20 16:58:39 +02:00

View file

@ -15,6 +15,9 @@ steps:
branch: master
test-2:
image: alpine
image: git.verdigado.com/verdigado-images/container-pre-commit:latest
environment:
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
commands:
- ls -la salt
- cd salt
- pre-commit run --all-files