Update the code to save and retrieve the data for Chief Complaint QC #11
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' |