Skip to content

Commit

Permalink
Validating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Oct 31, 2024
1 parent a152ff2 commit 3e0d986
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rl-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ jobs:
with:
fetch-depth: 0

- name: Install dependencies
shell: bash
run: npm ci --include=dev

- name: Build
shell: bash
run: npm run build

- name: Create tgz build artifact
run: |
tar -czvf ${{ inputs.artifact-name }} *
Expand Down

0 comments on commit 3e0d986

Please sign in to comment.