replace old static annotation with a more dynamic way #99
Workflow file for this run
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: build | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
build: | |
uses: sebastian-toepfer/gh-common/.github/workflows/[email protected] | |
with: | |
sonar-projektKey: sebastian-toepfer_json-schema | |
secrets: inherit |