mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-24 03:43:51 +00:00
10 lines
228 B
YAML
10 lines
228 B
YAML
on: [push, pull_request]
|
|
name: Linter
|
|
jobs:
|
|
Golint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Fetch Repository
|
|
uses: actions/checkout@v2
|
|
- name: Run Golint
|
|
uses: actions-contrib/golangci-lint@v1 |