Skip to content

feat(dev): add devcontainer configuration #21

feat(dev): add devcontainer configuration

feat(dev): add devcontainer configuration #21

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'