test CI
This commit is contained in:
22
.github/workflows/main.yml
vendored
22
.github/workflows/main.yml
vendored
@@ -1,17 +1,15 @@
|
|||||||
name: REUSE Compliance Check
|
name: Test CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- name: Checkout
|
||||||
- name: REUSE Compliance Check
|
uses: actions/checkout@v4
|
||||||
uses: fsfe/reuse-action@4bc702cd84dcb20ebf0a475c30efc4d96ac9207f
|
- run: python --version
|
||||||
with:
|
|
||||||
args: spdx
|
|
||||||
- name: REUSE Compliance Check
|
|
||||||
uses: fsfe/reuse-action@4bc702cd84dcb20ebf0a475c30efc4d96ac9207f
|
|
||||||
with:
|
|
||||||
args: --include-submodules lint
|
|
||||||
|
|||||||
Reference in New Issue
Block a user