diff --git a/.forgejo/workflows/phplint.yaml b/.forgejo/workflows/phplint.yaml new file mode 100644 index 0000000..4f2bade --- /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@v3 + - run: ./docker-entrypoint.sh -i ./vendor/.* *.php \ No newline at end of file