Skip to content

Added: order for termsSources #567

Added: order for termsSources

Added: order for termsSources #567

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/go-setup
- run: |
go test -v ./...