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 239154f commit 65397fcCopy full SHA for 65397fc
.github/workflows/autofix.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
node-version: 24
20
cache: 'pnpm'
21
+ - run: pnpm install
22
- run: pnpm lint:fix
23
- run: pnpm run automd
24
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
25
26
27
- run: pnpm run lint
28
- run: pnpm run build
29
- name: nightly release
0 commit comments