mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
ci: add License-check
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
297978cb82
commit
7404c82127
1 changed files with 15 additions and 1 deletions
16
.github/workflows/Pipeline.yml
vendored
16
.github/workflows/Pipeline.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue