Skip to content

docs: add fees

docs: add fees #116

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt install iverilog verilator
- name: Lint Verilog code
run: make lint
- name: Verilog unit tests
run: make test