Skip to content

ci: πŸ’š Switch release please action to new repo (#39) #73

ci: πŸ’š Switch release please action to new repo (#39)

ci: πŸ’š Switch release please action to new repo (#39) #73

Workflow file for this run

name: Go
on:
push:
branches: [main]
pull_request:
jobs:
lint:
name: "Go: Lint"
uses: ./.github/workflows/go-lint.yaml
build:
name: "Go: Build"
uses: ./.github/workflows/go-build.yaml
test:
name: "Go: Test"
uses: ./.github/workflows/go-test.yaml
secrets: inherit