Skip to content

Commit 01829b1

Browse files
committed
Add license check GH Action
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
1 parent ca10e82 commit 01829b1

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Copyright (C) 2017-2021 The SymbiFlow Authors.
2+
#
3+
# Use of this source code is governed by a ISC-style
4+
# license that can be found in the LICENSE file or at
5+
# https://opensource.org/licenses/ISC
6+
#
7+
# SPDX-License-Identifier: ISC
8+
19
name: CI tests
210
on: [push, pull_request]
311
jobs:
@@ -8,6 +16,8 @@ jobs:
816
with:
917
submodules: recursive
1018

19+
- uses: SymbiFlow/actions/checks@main
20+
1121
- name: Install
1222
run: |
1323
sudo apt-get install capnproto libcapnp-dev

.readthedocs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Copyright (C) 2017-2021 The SymbiFlow Authors.
2+
#
3+
# Use of this source code is governed by a ISC-style
4+
# license that can be found in the LICENSE file or at
5+
# https://opensource.org/licenses/ISC
6+
#
7+
# SPDX-License-Identifier: ISC
8+
#
19
# .readthedocs.yml
210
# Read the Docs configuration file
311
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

docs/environment.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Copyright (C) 2017-2021 The SymbiFlow Authors.
2+
#
3+
# Use of this source code is governed by a ISC-style
4+
# license that can be found in the LICENSE file or at
5+
# https://opensource.org/licenses/ISC
6+
#
7+
# SPDX-License-Identifier: ISC
8+
19
name: fpga-interchange-schema-docs
210
channels:
311
- SymbiFlow

0 commit comments

Comments
 (0)