Skip to content

Commit

Permalink
fix: added env variable in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicMalot authored Jan 23, 2024
1 parent a2fd8c4 commit 4e7bd3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
node-version: lts/Iron
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm tsc
- name: Check TypeScript
env:
GITHUB_ID: ${{ secrets.AUTH_GITHUB_ID }}
GITHUB_SECRET: ${{ secrets.AUTH_GITHUB_SECRET }}
run: pnpm tsc
check-prettier:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4e7bd3c

Please sign in to comment.