Skip to content

Update dependabot.yml #10

Update dependabot.yml

Update dependabot.yml #10

Workflow file for this run

name: 👷Flow
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
#schedule:
# - cron: '42 23 * * 5'
jobs:
lint:
uses: mraniki/coding_toolset/.github/workflows/🦺Lint.yml@main
test:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🧪Test.yml@main
security:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🔏Security.yml@main
build:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🐍Build.yml@main
release:
needs: [build]
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
# deploy:
# needs: [docker]
# uses: mraniki/coding_toolset/.github/workflows/☁️Deploy.yml@main