Skip to content

Provide raw JSON and SDP rendering and render model JSON #239

Provide raw JSON and SDP rendering and render model JSON

Provide raw JSON and SDP rendering and render model JSON #239

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install flake8
run: pip3 install flake8
- name: Install shellcheck
run: sudo apt install shellcheck
- name: Lint
run: make lint