mirror of https://github.com/v2ray/v2ray-core
Update linter.yml
parent
a9e932ffd4
commit
0995d961c9
|
@ -3,9 +3,13 @@ name: Linter
|
|||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- "**/*.go"
|
||||
pull_request:
|
||||
branches: [master]
|
||||
types: [opened, synchronize, reopened]
|
||||
paths:
|
||||
- "**/*.go"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
Loading…
Reference in New Issue