Skip to content

Commit

Permalink
modified pu-feature.yml indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMarquet committed Aug 31, 2023
1 parent dba0b5e commit 7ba74fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pu-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:

- name: Run Tests
run: npm test

security:
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 7ba74fd

Please sign in to comment.