test job container dev release #25
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
# yamllint disable rule:line-length | ||
# yamllint disable rule:truthy | ||
--- | ||
run-name: test job container dev release | ||
on: | ||
push: | ||
branches: | ||
- "*" | ||
tags: | ||
- "!*" | ||
jobs: | ||
static-code-analysis: | ||
name: static code analysis | ||
uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/job-container-dev-release.yaml@main | ||
Check failure on line 17 in .github/workflows/development-build.yaml GitHub Actions / .github/workflows/development-build.yamlInvalid workflow file
|