We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd4ad9 commit c02ca08Copy full SHA for c02ca08
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
version: ${{ env.GOLANGCI_LINT_VERSION }}
29
skip-cache: true
30
- working-directory: ./client-engineer/server
+ working-directory: ./client-challenge/server
31
32
security:
33
runs-on: ubuntu-latest
@@ -45,5 +45,5 @@ jobs:
45
46
go-version: ${{ env.GO_VERSION }}
47
- name: Build go code
48
49
run: go build
0 commit comments