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 eb6a986 commit 19a79deCopy full SHA for 19a79de
.github/workflows/ci.yml
@@ -45,6 +45,8 @@ jobs:
45
# Step 5: Run Go Linter
46
- name: Run GolangCI-Lint Check
47
uses: golangci/golangci-lint-action@v6
48
+ with:
49
+ working-directory: ./server
50
51
# Step 6: Build the Go application
52
- name: Build Go Application
0 commit comments