Skip to content

feat: schema package to return structured taxonomy #77

feat: schema package to return structured taxonomy

feat: schema package to return structured taxonomy #77

Workflow file for this run

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
name: Unit Tests
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
jobs:
unit-tests:
name: Go Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
- name: Setup Taskfile
shell: bash
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
- name: Run unit tests
run: |
task test