We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5836659 + 726ff45 commit 47007e8Copy full SHA for 47007e8
1 file changed
.github/workflows/ci.yaml
@@ -15,7 +15,9 @@ jobs:
15
with:
16
cache: 'pnpm'
17
node-version-file: '.nvmrc'
18
- - name: Install dependencies
+ - name: Generate Environment
19
+ run: ./scripts/generate-env.sh
20
+ - name: Install Dependencies
21
run: pnpm install --frozen-lockfile
22
- name: Lint
23
run: pnpm lint
0 commit comments