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

⬆️ 🤖 Dependencies: Update ruff requirement from ^0.0.281 to ^0.0.287 #30

⬆️ 🤖 Dependencies: Update ruff requirement from ^0.0.281 to ^0.0.287

⬆️ 🤖 Dependencies: Update ruff requirement from ^0.0.281 to ^0.0.287 #30

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
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