Skip to content

⬆️ 🤖 Dependencies: Update pydata-sphinx-theme requirement from ^0.14.0 to >=0.14,<0.16 #214

⬆️ 🤖 Dependencies: Update pydata-sphinx-theme requirement from ^0.14.0 to >=0.14,<0.16

⬆️ 🤖 Dependencies: Update pydata-sphinx-theme requirement from ^0.14.0 to >=0.14,<0.16 #214

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
secrets: inherit
test:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🧪Test.yml@main
secrets: inherit
build:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🐍Build.yml@main
secrets: inherit
release:
needs: [build, test]
uses: mraniki/coding_toolset/.github/workflows/📦Release.yml@main

Check failure on line 24 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: 24, Col: 11): Error from called workflow mraniki/coding_toolset/.github/workflows/📦Release.yml@main (Line: 26, Col: 9): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
secrets: inherit