chore: run dry-run and build workflows on merge_group action (#48) #102
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, lint and test | |
on: | |
pull_request: | |
branches: | |
- main | |
push: | |
branches: | |
- main | |
merge_group: | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
jobs: | |
build: | |
uses: cloudscape-design/actions/.github/workflows/build-lint-test.yml@main | |
secrets: inherit |