Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

⬆️ 🤖 Dependencies: Update uvicorn requirement from ^0.23.0 to ^0.24.0 #40

⬆️ 🤖 Dependencies: Update uvicorn requirement from ^0.23.0 to ^0.24.0

⬆️ 🤖 Dependencies: Update uvicorn requirement from ^0.23.0 to ^0.24.0 #40

Workflow file for this run

name: 👷Flow
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
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
security:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🔏Security.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/👷Flow.yml

Invalid workflow file

error parsing called workflow ".github/workflows/👷Flow.yml" -> "mraniki/coding_toolset/.github/workflows/🔏Security.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
build:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🐍Build.yml@main
secrets: inherit
release:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/📦Release.yml@main
secrets: inherit
docker:
needs: [release]
uses: mraniki/coding_toolset/.github/workflows/🐳Docker.yml@main
secrets: inherit