Skip to content

Commit

Permalink
chore: show parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqu committed Jul 19, 2023
1 parent d09a08e commit c6b4b75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:

name: Check Code Quality

env:
NEXT_PRIVATE_APPLICATION_ID: ${{ secrets.NEXT_PRIVATE_APPLICATION_ID }}

jobs:
code-quality:
name: Check Code Quality
Expand Down Expand Up @@ -33,6 +36,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: echo
run: echo ${NEXT_PRIVATE_APPLICATION_ID//-/}

# Disabling audit step since node_fetch vuln introduced by next is not fixable atm
# - name: Run npm audit (on production dependencies)
# run: npm audit --production
Expand Down

0 comments on commit c6b4b75

Please sign in to comment.