mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-16 16:17:38 +03:00
15 lines
277 B
YAML
15 lines
277 B
YAML
name: lint
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v2
|
|
- name: GolangCI-Lint Action
|
|
uses: actions-contrib/golangci-lint@v1
|
|
with:
|
|
golangci_lint_version: v1.28.3
|