Skip to content

chore: add REUSE v3.3 compliance #13

chore: add REUSE v3.3 compliance

chore: add REUSE v3.3 compliance #13

Workflow file for this run

# SPDX-FileCopyrightText: © 2025 OpenCHAMI a Series of LF Projects, LLC
#
# SPDX-License-Identifier: MIT
name: Test
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Set up latest stable Go
uses: actions/setup-go@v6
with:
go-version: stable
- name: Checkout repo
uses: actions/checkout@v6
with:
fetch-tags: 1
fetch-depth: 0
- name: Run Go unit tests
run: go test ./...