mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 01:38:41 +00:00
limit validation
This commit is contained in:
parent
ca42a6df54
commit
7a66e48aa5
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -208,9 +208,11 @@ jobs:
|
|||
submodules: recursive
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter@v4
|
||||
uses: github/super-linter/slim@v4
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_PHP: true
|
||||
VALIDATE_PHP_BUILTIN: true
|
||||
DEFAULT_BRANCH: develop
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
custom:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user