Skip to content

chore(ci): remove heroku stage #56

chore(ci): remove heroku stage

chore(ci): remove heroku stage #56

Workflow file for this run

name: Dev workflow
on:
push:
branches:
- dev
jobs:
go-lint:
uses: ./.github/workflows/go.lint.action.yaml
with:
go_version: '1.22.x'
go-test:
uses: ./.github/workflows/go.test.action.yaml
with:
go_version: '1.22.x'
go-build:
needs: [ go-lint, go-test ]
uses: ./.github/workflows/go.build.action.yaml
docker-build-push:
needs: [ go-build ]
uses: ./.github/workflows/docker.build-push.action.yaml

Check failure on line 22 in .github/workflows/dev.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/dev.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/dev.yaml" -> "./.github/workflows/docker.build-push.action.yaml" : failed to fetch workflow: workflow was not found.