Skip to content

Commit

Permalink
add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Oct 16, 2024
1 parent c86a091 commit d346ecc
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/continues-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,18 @@ permissions:
contents: read

jobs:
scan-pr: # scan-pr
uses: google/osv-scanner-action/.github/workflows/[email protected]
with:
scan-args: |-
--recursive
--skip-git=true
--lockfile pnpm-lock.yaml
./
test: # test
needs: scan-pr
if: success()
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -37,13 +48,3 @@ jobs:
- name: Run tests
run: npm run test
working-directory: ${{ github.workspace }}

scan-pr: # scan-pr
uses: google/osv-scanner-action/.github/workflows/[email protected]
needs: test
with:
scan-args: |-
--recursive
--skip-git=true
--lockfile pnpm-lock.yaml
./

0 comments on commit d346ecc

Please sign in to comment.