Skip to content

ci: ⬆️ bump codecov/codecov-action from 3 to 4 (#67) #60

ci: ⬆️ bump codecov/codecov-action from 3 to 4 (#67)

ci: ⬆️ bump codecov/codecov-action from 3 to 4 (#67) #60

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