1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-01 16:26:02 -04:00
v2fly/.github/workflows/linter.yml
Kslr 0dfeba6a2f
在 actions 添加 lint 和 test (#21)
* actions add lint and test

* Only check new code
2020-06-19 21:19:37 +08:00

21 lines
364 B
YAML

name: Lint Code Base
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: github/super-linter@v2.0.0
env:
VALIDATE_ALL_CODEBASE: false