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 a407306
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Version
uses: dependency-check/Dependency-Check_Action@main
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 a407306

Please sign in to comment.