diff --git a/.woodpecker/code-checks.yaml b/.woodpecker/code-checks.yaml new file mode 100644 index 0000000..24cf2a8 --- /dev/null +++ b/.woodpecker/code-checks.yaml @@ -0,0 +1,10 @@ +--- +when: + event: + - push + +steps: + - name: Execute the pre-commit hook + image: codeberg.org/sp1thas/woodpecker-ci-pre-commit-runner + settings: + args: "--all-files"