Skip to content

Revert "chore(ci): remove default push action" #10

Revert "chore(ci): remove default push action"

Revert "chore(ci): remove default push action" #10

Workflow file for this run

name: Workflow - Default push
on:
push:
branches-ignore:
- main
- dev
jobs:
go-lint:
uses: ./.github/workflows/go.lint.action.yaml
with:
go_version: '1.21.x'
go-test:
uses: ./.github/workflows/go.test.action.yaml

Check failure on line 15 in .github/workflows/push.default.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.default.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/push.default.yaml" -> "./.github/workflows/go.test.action.yaml" : failed to fetch workflow: workflow was not found.
with:
go_version: '1.21.x'