ci: rename golangci linter github action file to proper name

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2021-12-06 15:58:08 +05:30
committed by mergify[bot]
parent 7411773f73
commit 73ecf06f97

15
.github/workflows/golangci-lint.yaml vendored Normal file
View File

@ -0,0 +1,15 @@
---
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