Remove redundant CI Lint job

This commit is contained in:
Jesus Vazquez 2022-08-10 22:32:19 +02:00
parent 01b03b7f85
commit 628f66d19a

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: