Skip to content

build: Require jsonschema>=4.10.0 for schema validation #16

build: Require jsonschema>=4.10.0 for schema validation

build: Require jsonschema>=4.10.0 for schema validation #16

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: Lint Codebase
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip --quiet install --upgrade .[develop]
python -m pip list
- name: Lint with pyflakes
run: |
pyflakes yadageschemas