Skip to content

Dev

Dev #190

Workflow file for this run

name: 👷Flow
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
merge_group:
jobs:
lint:
uses: mraniki/coding_toolset/.github/workflows/🦺Lint.yml@main

Check failure on line 12 in .github/workflows/👷Flow.yml

View workflow run for this annotation

GitHub Actions / 👷Flow

Invalid workflow file

error parsing called workflow ".github/workflows/👷Flow.yml" -> "mraniki/coding_toolset/.github/workflows/🦺Lint.yml@main" (source branch with sha:f20f30f2d7a5340e8e9022dfae391ed9b90e4ef3) : You have an error in your yaml syntax on line 26
secrets: inherit
test:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🧪Test.yml@main

Check failure on line 16 in .github/workflows/👷Flow.yml

View workflow run for this annotation

GitHub Actions / 👷Flow

Invalid workflow file

The workflow is not valid. In .github/workflows/👷Flow.yml (Line: 16, Col: 11): Error from called workflow mraniki/coding_toolset/.github/workflows/🧪Test.yml@main (Line: 21, Col: 13): Job 'secrets' depends on unknown job 'precommit'.
secrets: inherit
build:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🐍Build.yml@main
secrets: inherit
release:
needs: [build]
uses: mraniki/coding_toolset/.github/workflows/📦Release.yml@main
secrets: inherit
merge:
needs: [release]
uses: mraniki/coding_toolset/.github/workflows/⛙Automerge.yml@main
secrets: inherit