Skip to content

Fixes issue #269 by removing an erroneous "if sbyfile" check. #394

Fixes issue #269 by removing an erroneous "if sbyfile" check.

Fixes issue #269 by removing an erroneous "if sbyfile" check. #394

Workflow file for this run

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