1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-18 01:41:33 -04:00
v2fly/.github/workflows/linter.yml

21 lines
364 B
YAML
Raw Normal View History

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