Skip to content

Bump libs and reformat. Cleanup gpio parameter #247

Bump libs and reformat. Cleanup gpio parameter

Bump libs and reformat. Cleanup gpio parameter #247

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Verilator
run: sudo apt-get install -y verilator
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- uses: coursier/cache-action@v6
id: coursier-cache
- name: Run automated tests
run: make test