ci: 👷 test out Forgejo CI

This commit is contained in:
David Bailey 2023-10-14 15:29:56 +02:00
parent 54a16cc77e
commit 1323549316

View file

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