Skip to content

Commit

Permalink
Change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Feb 1, 2025
1 parent b628ef7 commit db891e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci_backend_go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,20 @@ jobs:

- name: Install Tools
run: make tools
working-directory: ${{ env.working-directory }}

- name: Build
run: make build
working-directory: ${{ env.working-directory }}

- name: Format
run: make fmt
working-directory: ${{ env.working-directory }}

- name: Lint
run: make lint
working-directory: ${{ env.working-directory }}

- name: Test
run: make test
run: make test
working-directory: ${{ env.working-directory }}
2 changes: 2 additions & 0 deletions backend-go/.golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
run:
deadline: 5m
skip-dirs:
- api/codepair/v1/models

linters:
enable:
Expand Down

0 comments on commit db891e9

Please sign in to comment.