Skip to content

Adding in first implementation of translation commands #4

Adding in first implementation of translation commands

Adding in first implementation of translation commands #4

Workflow file for this run

name: unit_tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@main
- name: unit_tests
run: make unit_tests
- name: clean
run: make clean