3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-07 06:44:06 +00:00
sby/.github/workflows/ci.yml
Miodrag Milanović 8eaeca9aa4
Update GH action
2023-02-13 10:24:24 +01:00

15 lines
310 B
YAML

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: YosysHQ/setup-oss-cad-suite@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run checks
run: tabbypip install xmlschema && make ci