3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-06 14:24:08 +00:00
sby/.github/workflows/ci.yml
Miodrag Milanovic 44ccad3882 Update workflows
2024-01-29 08:48:29 +01:00

15 lines
305 B
YAML

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