OXDEV-7675: Add pre-commit hook to execute static analysis before commit #97
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: Trigger | |
on: | |
pull_request: | |
push: | |
jobs: | |
p80m57both: | |
name: 'Php-8.0-Mysql-5.7' | |
uses: ./.github/workflows/development.yml | |
secrets: inherit | |
with: | |
php: '8.0' | |
mysql: '5.7.37' | |
report_sonarcloud: true |