Skip to content

chore(tests): move test file #8

chore(tests): move test file

chore(tests): move test file #8

Workflow file for this run

name: Workflow - Default push
on:
push:
jobs:
go-lint:
uses: ./.github/workflows/action.go.lint.yaml
with:
go_version: '1.22.x'
go-test:
uses: ./.github/workflows/action.go.test.yaml
secrets: inherit
with:
go_version: '1.22.x'