ci: Add job to check for SPDX identifiers
This commit is contained in:
parent
3e154d7f00
commit
71534e736c
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -5,6 +5,13 @@ on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
spdx:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check SPDX identifiers
|
||||
run: ./scripts/spdx.sh
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user