Skip to content

fix: Use clone to avoid pass by reference (#19) #46

fix: Use clone to avoid pass by reference (#19)

fix: Use clone to avoid pass by reference (#19) #46

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Main checkout
uses: actions/checkout@v4
- name: Linting
run: make test-ci