Skip to content

Update README.md

Update README.md #17

name: 'Check Icarus Verilog Packages'
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: 'Check iverilog'
steps:
- name: '💾 Checkout'
uses: actions/checkout@v4
- name: '▶️ Check iverilog'
run: /bin/bash -c "chmod u+x $GITHUB_WORKSPACE/.github/check.sh && $GITHUB_WORKSPACE/.github/check.sh"