Skip to content

Commit

Permalink
Update lint_and_build.yml [fix env setting]
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet authored Dec 23, 2024
1 parent c0ec7de commit 4eb5ff6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:

- name: Setup env
run: |
touch .env.local
echo "NEXT_PUBLIC_RPC_URL=${{secrets.RPC_URL}}" >> .env.local
echo "RPC_URL=${{secrets.RPC_URL}}" >> .env.local
cp .env.sample .env
- name: Run linting check
run: yarn run lint:check
Expand Down

0 comments on commit 4eb5ff6

Please sign in to comment.