You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/.github/workflows/CI-lint-groups-json.yml

18 lines
335 B

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