Files
warewulf/.github/workflows/lint.yaml
WestleyR 53651be35a Increase timeout for lint action
- Related to: #120
2021-09-10 11:09:09 -07:00

23 lines
478 B
YAML

on:
push:
branches:
- main
pull_request:
name: golangci-lint
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.31
skip-build-cache: true
skip-pkg-cache: true
args: --build-tags "containers_image_openpgp containers_image_ostree" --timeout 5m --skip-dirs internal/pkg/staticfiles