Skip to content

Commit

Permalink
chore: backend .env
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomedina248 committed May 23, 2024
1 parent ada91e6 commit 5dd668f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
node-version: '20.x'
- name: Check Backend
working-directory: ./backend
env:
BACKEND_ENV_FILE: ${{ secrets.BACKEND_ENV }}
run: |
echo $BACKEND_ENV_FILE | base64 --decode > .env
npm install
npm run lint
npm run format:check
Expand Down

0 comments on commit 5dd668f

Please sign in to comment.