ci: moved lint file name
This commit is contained in:
parent
57d6d82be9
commit
502ddd1ad9
2 changed files with 14 additions and 10 deletions
14
.forgejo/workflows/lint.yaml
Normal file
14
.forgejo/workflows/lint.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
phplint:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker://cytopia/phplint:alpine
|
||||
with:
|
||||
cmd: -i ./vendor/.* *.php
|
||||
- uses: github.com/DavidAnson/markdownlint-cli2-action@v13
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
continue-on-error: true
|
|
@ -1,10 +0,0 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
phplint:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker://cytopia/phplint:alpine
|
||||
with:
|
||||
cmd: -i ./vendor/.* *.php
|
Loading…
Add table
Add a link
Reference in a new issue