Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Oct 8, 2024
1 parent a9eba60 commit f5123f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Install dependencies
run: make deps
- name: Update path
run: export PATH=$PATH:$(go env GOPATH)/bin"
run: export PATH=$PATH:$(go env GOPATH)/bin
- name: Run tests
run: make lint
run: echo $PATH && make lint
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f5123f8

Please sign in to comment.