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 3ead332 commit a8600ffCopy full SHA for a8600ff
.github/workflows/coder.yaml
@@ -61,9 +61,11 @@ jobs:
61
62
- name: Install node_modules
63
run: yarn install
64
+ working-directory: site
65
66
- name: "yarn lint"
67
run: yarn lint
68
69
70
gen:
71
name: "style/gen"
@@ -113,6 +115,7 @@ jobs:
113
115
114
116
117
118
119
120
- name: "make ${{ matrix.style }}"
121
run: "make --output-sync -j ${{ matrix.style }}"
0 commit comments