From 71534e736ce01174f3ba40ab2fa30e2705423e30 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 22 Feb 2021 13:14:15 -0700 Subject: [PATCH] ci: Add job to check for SPDX identifiers --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: