ceph-csi/.github/workflows/golangci-lint.yaml
Humble Chirammal 73ecf06f97 ci: rename golangci linter github action file to proper name
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2021-12-07 09:12:10 +00:00

16 lines
326 B
YAML

---
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