Skip to content

Commit

Permalink
👷‍♂️Flow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Aug 20, 2023
1 parent c3a7ff4 commit fb381a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/👷Flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:
merge_group:


jobs:
lint:
uses: mraniki/coding_toolset/.github/workflows/🦺Lint.yml@main
Expand All @@ -27,6 +28,10 @@ jobs:
needs: [build]
uses: mraniki/coding_toolset/.github/workflows/📦Release.yml@main
secrets: inherit
publish:
needs: [release]
uses: mraniki/coding_toolset/.github/workflows/🚚Publish.yml@main
secrets: inherit
docker:
needs: [release]
uses: mraniki/coding_toolset/.github/workflows/🐳Docker.yml@main
Expand Down

0 comments on commit fb381a1

Please sign in to comment.