1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
apps/.github/workflows/main.yml

18 lines
317 B
YAML

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