Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hankem committed Dec 13, 2023
1 parent d9a5f3b commit 909af4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check dependencies
uses: dependency-check/Dependency-Check_Action@main
id: Depcheck
with:
project: 'property-loader'
path: '.'
format: 'HTML'
args: -v
- name: Check dependencies
uses: dependency-check/Dependency-Check_Action@main
id: Depcheck
Expand Down

0 comments on commit 909af4d

Please sign in to comment.