From 7236446a51ef1b5afb770a63aa34ffc052c2f23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6ssner?= Date: Mon, 4 Nov 2024 00:57:22 +1100 Subject: [PATCH] fix: added env to ci script --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b574d17b..0dc674f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,10 @@ jobs: - name: Setup uses: ./.github/actions/setup + - name: Copy env + shell: bash + run: cp .env.example .env + - name: Lint run: pnpm lint