Snow 1853185 jdbc driver v3.16 native okta http retry storm #4727
Workflow file for this run
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: Check Style | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| check-style: | |
| name: Check Style | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Check Style | |
| shell: bash | |
| run: mvn clean validate --batch-mode --show-version -P check-style |