1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-22 23:45:24 +00:00

Update linter.yml

This commit is contained in:
Kslr 2020-06-27 20:50:41 +08:00 committed by GitHub
parent 475676eb87
commit 00908a12fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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