1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 12:04:02 +00:00
fiber/.github/workflows/linter.yml
2020-05-12 23:06:58 +02:00

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