Skip to content

Improved CLI behavior when not specifying a config or existing workdir #381

Improved CLI behavior when not specifying a config or existing workdir

Improved CLI behavior when not specifying a config or existing workdir #381

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