Refactor: Change v2 to v3 migration to include level descriptions #7783
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: Static Analysis | |
on: | |
push: | |
pull_request: | |
workflow_call: # Allows you to use this workflow as part of another workflow | |
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab | |
jobs: | |
build: | |
uses: impress-org/givewp-github-actions/.github/workflows/static-analysis.yml@master |