Skip to content

Commit a8600ff

Browse files
committed
Fix lint/format jobs for front-end
1 parent 3ead332 commit a8600ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/coder.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ jobs:
6161

6262
- name: Install node_modules
6363
run: yarn install
64+
working-directory: site
6465

6566
- name: "yarn lint"
6667
run: yarn lint
68+
working-directory: site
6769

6870
gen:
6971
name: "style/gen"
@@ -113,6 +115,7 @@ jobs:
113115

114116
- name: Install node_modules
115117
run: yarn install
118+
working-directory: site
116119

117120
- name: "make ${{ matrix.style }}"
118121
run: "make --output-sync -j ${{ matrix.style }}"

0 commit comments

Comments
 (0)