Skip to content

Commit

Permalink
fix: ci running directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
claustra01 committed Mar 28, 2024
1 parent e72da38 commit cb70f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: setup
uses: actions/setup-go@v5
- name: static check
run: make env && make lint
run: cd bot && make env && make lint
2 changes: 1 addition & 1 deletion .github/workflows/web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: setup
uses: actions/setup-node@v4
- name: static check
run: npm run ci:check
run: cd web && npm run ci:check

0 comments on commit cb70f4d

Please sign in to comment.