Skip to content

[MAINT] check format 'IntendedFor' fields in json files #3

[MAINT] check format 'IntendedFor' fields in json files

[MAINT] check format 'IntendedFor' fields in json files #3

name: check intended for
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: [push, pull_request]
jobs:
cehck_intended_for:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies 🔧
run: |
python -m pip install --upgrade pip
python -m pip install -r tools/requirements.txt
- name: Run script 🚀
run: python tools/check_intended_for.py