diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 168692f..54468d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: