Skip to content

Improve toplevel structure #32

Improve toplevel structure

Improve toplevel structure #32

Workflow file for this run

name: Verible linter example
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: chipsalliance/verible-linter-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# For the future simulating and compiling in modelsim would be great https://purisa.me/blog/testing-hdl-on-github/