Skip to content

Updated README, added some clarifications, and fixed some typos #29

Updated README, added some clarifications, and fixed some typos

Updated README, added some clarifications, and fixed some typos #29

Workflow file for this run

name: CMake
on:
push:
branches: [ "development" ]
pull_request:
branches: [ "development" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make clean all
- name: Test
run: bash ./tests/wfa.utest.sh