Merge pull request #152 from ecmwf/develop #270
This file contains hidden or 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: Code Quality checks for PRs | |
| on: | |
| push: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| jobs: | |
| quality: | |
| uses: ecmwf/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2 | |
| with: | |
| skip-hooks: "no-commit-to-branch" |