We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca32c5 commit d86d92dCopy full SHA for d86d92d
.github/workflows/frontend-build-and-test.yml
@@ -21,3 +21,7 @@ jobs:
21
run: |
22
cd app && npm ci && npm run build
23
cp -r build ../build
24
+
25
+ - name: Format check
26
+ run: cd app && npm run format-check
27
0 commit comments