Skip to content

Fix mill source layout and bump Chisel #11

Fix mill source layout and bump Chisel

Fix mill source layout and bump Chisel #11

Workflow file for this run

on: [pull_request]
jobs:
checks:
runs-on: ubuntu-latest
container: archlinux/archlinux:latest
steps:
- name: Install dependencies
run: pacman -Syu --noconfirm make mill z3
- uses: actions/checkout@v2
- name: Check Format
run: make checkformat
- name: Test
run: make test