Update main.yml #48
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: CICD | ||
on: | ||
push: | ||
branches: [ "main" ] | ||
pull_request: | ||
branches: [ "main" ] | ||
permissions: write-all | ||
jobs: | ||
cicd: | ||
secrets: inherit | ||
uses: dmzoneill/dmzoneill/.github/workflows/dispatch.yaml@main | ||
Check failure on line 15 in .github/workflows/main.yml GitHub Actions / CICDInvalid workflow file
Check failure on line 15 in .github/workflows/main.yml GitHub Actions / CICDInvalid workflow file
|
||
with: | ||
pypi-extension: "true" | ||
VALIDATE_DOCKERFILE_HADOLINT: "false" | ||