From 132354931675e992f3189e8929d619626dacdaea Mon Sep 17 00:00:00 2001 From: David Bailey Date: Sat, 14 Oct 2023 15:29:56 +0200 Subject: [PATCH] ci: :construction_worker: test out Forgejo CI --- .forgejo/workflows/phplint.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .forgejo/workflows/phplint.yaml 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