ci: Initial commit

Dummy test of YosysHQ/setup-oss-cad-suite@v3
This commit is contained in:
Krystine Sherwin 2024-03-16 15:39:40 +13:00
parent a7b56fc81f
commit 6881fa5158
No known key found for this signature in database
1 changed files with 15 additions and 0 deletions

15
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,15 @@
on:
push:
pull_request:
workflow_dispatch:
jobs:
oss-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: YosysHQ/setup-oss-cad-suite@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yosys --version