Skip to content

Commit

Permalink
test: Fix devenv shell invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaik committed May 2, 2024
1 parent 30c15a0 commit 136cf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go-version-file: go.mod
- name: Run pre-commit hooks
run: |
devenv shell pre-commit run --all-files
devenv shell -- pre-commit run --all-files
- name: Build
run: |
devenv shell go build
devenv shell -- go build

0 comments on commit 136cf29

Please sign in to comment.