[nc] iterate on publish release notes #145
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 | |
--- | |
name: static code analysis | |
on: | |
push: | |
branches: | |
- "*" | |
tags: | |
- "!*" | |
permissions: | |
contents: read | |
security-events: write | |
jobs: | |
static-code-analysis: | |
name: static code analysis | |
uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/static-code-analysis.yaml@main | |
integration-tests: | |
name: integration test | |
uses: ./.github/workflows/integration-tests.yaml | |
secrets: | |
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} |