chore(ci): add audit, lint and prettier checks to staging workflow

This commit is contained in:
enes 2024-08-06 16:16:20 +02:00
parent 126d8f8688
commit 852e26997d

View File

@ -17,9 +17,18 @@ jobs:
with:
node-version: 18
- name: Audit
run: npm audit
- name: Install Dependencies
run: npm ci
- name: Lint check
run: npm run lint
- name: Formatter check
run: npm run formatter:check
- name: Create .env File
run: echo "VITE_MOST_POPULAR_RELAYS=${{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env