Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLBS1 authored Apr 10, 2024
1 parent 768738a commit b2f5f1e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ jobs:
name: build
runs-on: ubuntu-22.04
steps:
- name: 'Secret scanning'
uses: trufflesecurity/[email protected]
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: '20'
- run: npm install
name: 'Install dependencies'
- run: npm audit
name: 'Audit'
- name: 'Install dependencies'
run: npm install
- name: 'Audit'
run: npm audit
continue-on-error: true
- run: pwd
name: 'Validate Current path'
- run: ls
name: 'List files'
- name: 'Validate Current path'
run: pwd
- name: 'List files'
run: ls
dev:
name: deploy dev
environment: 'dev'
Expand Down

0 comments on commit b2f5f1e

Please sign in to comment.