mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-21 16:56:27 -05:00
Update linter.yml
This commit is contained in:
parent
475676eb87
commit
00908a12fe
7
.github/workflows/linter.yml
vendored
7
.github/workflows/linter.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
types: [assigned, opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -16,6 +17,8 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter@v2.0.0
|
||||
uses: github/super-linter@v2.2.0
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_JSON: false
|
||||
VALIDATE_ANSIBLE: false
|
||||
|
Loading…
Reference in New Issue
Block a user