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 afb550b commit 00120acCopy full SHA for 00120ac
.github/workflows/ci.yml
@@ -35,9 +35,10 @@ jobs:
35
cache-dependency-path: '**/pnpm-lock.yaml'
36
- name: install
37
run: pnpm install --frozen-lockfile --prefer-offline
38
- - name: build
39
- id: build
40
- run: pnpm run build
+# reactivate this when there is a build step
+# - name: build
+# id: build
41
+# run: pnpm run build
42
- name: lint
43
if: (${{ success() }} || ${{ failure() }})
44
run: pnpm run lint
0 commit comments