ci: 👷 test out Forgejo CI
This commit is contained in:
parent
54a16cc77e
commit
1323549316
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/phplint.yaml
Normal file
11
.forgejo/workflows/phplint.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue