Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
elpdt852 committed Mar 24, 2024
1 parent 99b9db0 commit c43a453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: nix-snapshotter-runner
strategy:
matrix:
linter:
- golangci-lint
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
steps:
- uses: actions/checkout@v4
- name: Setup Nix
Expand Down

0 comments on commit c43a453

Please sign in to comment.