Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Oct 31, 2024
1 parent 3b7e562 commit eacdc2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
golangci:
name: Run golangci-lint
name: golangci-lint
runs-on: macos-latest
timeout-minutes: 120
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
**/*.go
*.mod
*.sum
- name: run golangci-lint
- name: golangci-lint
run: |
nix profile install -f ./nix golangci-lint
nix profile install -f ./nix rocksdb
Expand Down

0 comments on commit eacdc2f

Please sign in to comment.