AMM-1225 Query change required for different demographic details #1
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: Call Checkstyle | |
on: | |
pull_request: | |
branches: ["master", "develop"] | |
paths: | |
- '**/*.java' | |
jobs: | |
style-check: | |
uses: PSMRI/.github/.github/workflows/checkstyle.yml@main | |
with: | |
java-version: '17' |