ceph-csi/.github/workflows/golanci-lint.yaml

16 lines
326 B
YAML
Raw Normal View History

---
name: golangci-lint
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
run: CONTAINER_CMD=docker make containerized-test TARGET=go-lint