Compare commits

...

3 commits

Author SHA1 Message Date
82a2e21e6c ci: 📌 adjust checkout version to v3 (Node20 issues <.<)
Some checks failed
/ phplint (push) Failing after 12s
2023-10-14 15:38:28 +02:00
a8678d0a5a ci: ✏️ properly use run step
Some checks failed
/ phplint (push) Failing after 36s
2023-10-14 15:31:46 +02:00
d79a736e23 ci: 👷 test out Forgejo CI 2023-10-14 15:29:56 +02:00

View file

@ -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