clash/.github/workflows/linter.yml

13 lines
308 B
YAML
Raw Normal View History

2021-10-11 12:08:18 +00:00
name: Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --disable-all -E govet -E gofumpt -E megacheck ./...