Skip to content

Commit

Permalink
gh actions: add license checkers
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
  • Loading branch information
acomodi authored and umarcor committed Jun 14, 2022
1 parent 35b717f commit 2fadc31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/sphinx-tuttest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on:

jobs:

License-check:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Check Licenses
uses: SymbiFlow/actions/checks@main


Matrix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2fadc31

Please sign in to comment.