Merge pull request #316 from grafana/jvp/remove-redundant-lint-job

Remove redundant CI Lint job
This commit is contained in:
Oleg Zaytsev 2022-08-11 10:45:54 +02:00 committed by GitHub
commit 0dbfff0bc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,6 @@ on:
pull_request:
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v2
test:
runs-on: ubuntu-20.04
steps: