Files
mautrix_meta_ynh/.github/workflows/main.yml
tituspijean de8bd05e57 Do not look for locales in JSON validation
@alexAubin deleted the locales directory
2022-08-05 11:29:53 +02:00

19 lines
313 B
YAML

name: JSON validation
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: 2.7
- name: Check apps.json
run: |
python -m json.tool apps.json