infra: migrate mysql84-gr to dbdeployer and cap pgsql_servers max_connections #89
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: CI-lint-groups-json | |
| on: | |
| pull_request: | |
| paths: | |
| - 'test/tap/groups/groups.json' | |
| push: | |
| paths: | |
| - 'test/tap/groups/groups.json' | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Lint groups.json format | |
| run: python3 test/tap/groups/lint_groups_json.py |