Skip to content

fix typo

fix typo #12

Workflow file for this run

name: Running Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Unit Tests
run: make unit-tests