Thanks to visit codestin.com Credit goes to github.com
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 8079cc1 commit fdafc3aCopy full SHA for fdafc3a
β.github/workflows/ci.ymlβ
@@ -23,6 +23,8 @@ jobs:
23
24
- name: π¦ Install dependencies
25
run: pnpm install
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: π Lint project
30
run: pnpm lint
β.github/workflows/size.ymlβ
@@ -29,6 +29,8 @@ jobs:
31
32
33
34
35
- name: π Build project
36
run: pnpm build
@@ -65,7 +67,9 @@ jobs:
65
67
node-version: lts/*
66
68
69
- run: pnpm install
70
+ run:
71
72
73
74
75
0 commit comments