mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 14:14:22 -07:00
Use shared workflow for Galaxy import test (#7857)
Simplifiy workflows.
This commit is contained in:
parent
002208f425
commit
069b485b7e
2 changed files with 6 additions and 121 deletions
9
.github/workflows/reuse.yml
vendored
9
.github/workflows/reuse.yml
vendored
|
@ -26,10 +26,5 @@ jobs:
|
|||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha || '' }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install reuse
|
||||
|
||||
- name: Check REUSE compliance
|
||||
run: |
|
||||
reuse lint
|
||||
- name: REUSE Compliance Check
|
||||
uses: fsfe/reuse-action@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue