Skip to content

Commit

Permalink
Disable golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elpdt852 committed Mar 24, 2024
1 parent 99b9db0 commit 0b587a7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ on:
types: [ opened, reopened, labeled, synchronize ]

jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
linter:
- golangci-lint
steps:
- uses: actions/checkout@v4
- name: Setup Nix
uses: ./.github/actions/setup-nix
- name: Run linter
run: nix run .#lint-${{ matrix.linter }}
# lint:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# linter:
# - golangci-lint
# steps:
# - uses: actions/checkout@v4
# - name: Setup Nix
# uses: ./.github/actions/setup-nix
# - name: Run linter
# run: nix run .#lint-${{ matrix.linter }}

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0b587a7

Please sign in to comment.