Add test_parse_ignore function to test_cex_exchange_plugin.py #1767
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
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 | |
mirror: | |
needs: [release] | |
uses: mraniki/coding_toolset/.github/workflows/🪞Mirror.yml@main | |
secrets: inherit | |
# docker: | |
# needs: [mirror] | |
# uses: mraniki/coding_toolset/.github/workflows/🐳Docker.yml@main | |
# secrets: inherit | |