Compare commits
3 commits
472ec10496
...
82a2e21e6c
Author | SHA1 | Date | |
---|---|---|---|
82a2e21e6c | |||
a8678d0a5a | |||
d79a736e23 |
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@v3
|
||||
- run: ./docker-entrypoint.sh -i ./vendor/.* *.php
|
Loading…
Add table
Add a link
Reference in a new issue