Skip to content

Fix log and component multi dimensional array reference #35

Fix log and component multi dimensional array reference

Fix log and component multi dimensional array reference #35

Workflow file for this run

name: "checks"
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
submodules: true
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: make test