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 a612cb8 commit 398e2d8Copy full SHA for 398e2d8
.github/workflows/frontend-format.yml
@@ -15,13 +15,17 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@v3
17
18
+
19
- name: Setup Node.js
20
uses: actions/setup-node@v2
21
with:
22
node-version: '20'
23
24
25
- name: Install dependencies
26
run: npm ci --include=dev
27
+ working-directory: frontend
28
29
- name: Format
30
run: npm run format-ci
31
.github/workflows/frontend-lint.yml
@@ -22,6 +22,8 @@ jobs:
- name: Lint
run: npm run lint-ci
0 commit comments