File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
9
name : CI tests
2
10
on : [push, pull_request]
3
11
jobs :
8
16
with :
9
17
submodules : recursive
10
18
19
+ - uses : SymbiFlow/actions/checks@main
20
+
11
21
- name : Install
12
22
run : |
13
23
sudo apt-get install capnproto libcapnp-dev
Original file line number Diff line number Diff line change
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
+ #
1
9
# .readthedocs.yml
2
10
# Read the Docs configuration file
3
11
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
Original file line number Diff line number Diff line change
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
+
1
9
name : fpga-interchange-schema-docs
2
10
channels :
3
11
- SymbiFlow
You can’t perform that action at this time.
0 commit comments