Skip to content

Commit

Permalink
add env vars to Lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Jul 8, 2024
1 parent 38c78e4 commit 6f0f185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:

- name: Run foundry node, deploy contracts (& generate contracts typescript output)
run: yarn fork & yarn deploy:factory
env:
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}

- name: Run nextjs lint
run: yarn next:lint --max-warnings=0
Expand Down

0 comments on commit 6f0f185

Please sign in to comment.