Skip to content

Commit

Permalink
fix: added env to ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Nov 3, 2024
1 parent 529b2ed commit 7236446
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7236446

Please sign in to comment.