Skip to content

Fix links

Fix links #23

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
path: uvm32
- name: Build
run: make dockerbuild && make docker
working-directory: uvm32