ci: add License-check
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
297978cb82
commit
7404c82127
|
@ -22,6 +22,20 @@ on:
|
||||||
jobs:
|
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:
|
Docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: '📓 Docs'
|
name: '📓 Docs'
|
||||||
|
@ -186,7 +200,7 @@ jobs:
|
||||||
PYTHONPATH=$(pwd) python3 f4pga/__init__.py -h
|
PYTHONPATH=$(pwd) python3 f4pga/__init__.py -h
|
||||||
|
|
||||||
|
|
||||||
pyWrappers:
|
Tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: '🐍 Python wrappers'
|
name: '🐍 Python wrappers'
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue