1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-12-03 14:57:46 +01:00
gojekyll/.github/workflows/golangci-lint.yml
2021-06-19 11:53:15 +08:00

14 lines
293 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=2m