Skip to content

Commit

Permalink
ci: add possibility to run custom audit commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rafik-bahri committed Jan 14, 2025
1 parent 8262cb1 commit 8681c25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "yarn"
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Security Check
run: ${{ inputs.security-check-command }}

Expand Down

0 comments on commit 8681c25

Please sign in to comment.