Skip to content

feat(ci): add build stage #23

feat(ci): add build stage

feat(ci): add build stage #23

Workflow file for this run

name: Main workflow
on:
push:
branches:
- main
jobs:
go-lint:
uses: ./.github/workflows/go.lint.action.yaml
with:
go_version: '1.21.2'
go-test:
uses: ./.github/workflows/go.test.action.yaml
with:
go_version: '1.21.2'
go-build:
needs: [ got-lint, go-test ]

Check failure on line 18 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / Main workflow

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 18, Col: 14): Job 'go-build' depends on unknown job 'got-lint'.
uses: ./.github/workflows/go.build.action.yaml