Skip to content

fix warnings

fix warnings #5

Workflow file for this run

name: Build Pipeline
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make tcl
- name: Test
run: make test