From 7404c821274a8c66afd3375f157054d5c45ffdcd Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Tue, 24 May 2022 14:53:47 +0200 Subject: [PATCH] ci: add License-check Signed-off-by: Unai Martinez-Corral --- .github/workflows/Pipeline.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index ea3a70e..a3a3c86 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -22,6 +22,20 @@ on: jobs: + License-check: + name: Check license headers + runs-on: ubuntu-latest + + steps: + + - uses: actions/checkout@v3 + with: + submodules: recursive + + - name: Check Licenses + uses: SymbiFlow/actions/checks@main + + Docs: runs-on: ubuntu-latest name: '📓 Docs' @@ -186,7 +200,7 @@ jobs: PYTHONPATH=$(pwd) python3 f4pga/__init__.py -h - pyWrappers: + Tests: runs-on: ubuntu-latest name: '🐍 Python wrappers' env: