1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-12-02 15:27:47 +01:00
gojekyll/.github/workflows/golangci-lint.yml
2021-06-19 12:15:35 +08:00

14 lines
326 B
YAML

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