From 472ec104965d42f93eab110d5ada37495e2531c4 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Sat, 14 Oct 2023 15:54:44 +0200 Subject: [PATCH] ci: :construction_worker: mess with CI more, trying to run docker images --- .forgejo/workflows/phplint.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/phplint.yaml b/.forgejo/workflows/phplint.yaml index 4f2bade..e2d7069 100644 --- a/.forgejo/workflows/phplint.yaml +++ b/.forgejo/workflows/phplint.yaml @@ -3,9 +3,8 @@ 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 + - uses: docker://cytopia/phplint:alpine + with: + cmd: -i ./vendor/.* *.php \ No newline at end of file