mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 01:54:06 -08:00
Merge pull request #316 from grafana/jvp/remove-redundant-lint-job
Remove redundant CI Lint job
This commit is contained in:
commit
0dbfff0bc5
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue