diff --git a/.forgejo/workflows/phplint.yaml b/.forgejo/workflows/phplint.yaml new file mode 100644 index 0000000..1d23cd2 --- /dev/null +++ b/.forgejo/workflows/phplint.yaml @@ -0,0 +1,11 @@ +on: [push] + +jobs: + phplint: + runs-on: docker + container: + image: cytopia/phplint:debian + entrypoint: sh + steps: + - uses: actions/checkout@v4 + - ./docker-entrypoint.sh -i ./vendor/.* *.php \ No newline at end of file