Files
fasthttp/.github/workflows/lint.yml
T
2019-11-16 18:09:28 +01:00

11 lines
172 B
YAML

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: GolangCI-Lint Action
uses: actions-contrib/golangci-lint@v0.1.0