Skip to content

feat(parsing): add parameters parsing #22

feat(parsing): add parameters parsing

feat(parsing): add parameters parsing #22

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'