Skip to content

Preperation of v24.10.01 release of satspay #56

Preperation of v24.10.01 release of satspay

Preperation of v24.10.01 release of satspay #56

Workflow file for this run

name: Check JSON
on:
push:
paths:
- '**.json'
pull_request:
jobs:
check-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install Pillow requests
- name: Run check.py
run: python check.py