Skip to content

Commit

Permalink
test some other commands in local action
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Aug 5, 2022
1 parent 4bc702c commit 5ae4d61
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: REUSE Compliance Check
- uses: actions/checkout@v3
- name: REUSE version
uses: ./
with:
args: --version
- name: REUSE lint
uses: ./
with:
args: --include-submodules lint
- name: REUSE SPDX SBOM
uses: ./
with:
args: spdx

0 comments on commit 5ae4d61

Please sign in to comment.