Skip to content

Add utils

Add utils #18

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/