1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-21 03:09:04 +00:00

[PR #7857/069b485b backport][stable-7] Use shared workflow for Galaxy import test (#7863)

Use shared workflow for Galaxy import test (#7857)

Simplifiy workflows.

(cherry picked from commit 069b485b7e)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2024-01-18 07:33:37 +01:00 committed by GitHub
parent a3704353c9
commit 504759ce92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 121 deletions

View file

@ -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