Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Run from project root, in case it matters
  • Loading branch information
mafredri committed Jul 26, 2022
commit e50ab0132d1b797c5ffcd2deac62f979e6da3651
5 changes: 2 additions & 3 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
cd .github/workflows/prcontext
go build
./prcontext
(cd .github/workflows/prcontext && go build)
./.github/workflows/prcontext/prcontext

style-lint-golangci:
name: style/lint/golangci
Expand Down