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 b43ec87 commit 1c9c03f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- golangci-lint
steps:
- uses: actions/checkout@v4
- name: Setup Nix
uses: ./.github/actions/setup-nix
- name: Run linter
run: nix run .#lint-${{ matrix.linter }}
# - 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 1c9c03f

Please sign in to comment.