mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
Run golangci-lint using a Github Action
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user