1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-12-03 14:07:48 +01:00
gojekyll/.github/workflows/golangci-lint.yml

14 lines
326 B
YAML
Raw Normal View History

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.41
args: --timeout=3m # Build on 2021-06-19 took 2m22s