Skip to content

add support for the server API #153

add support for the server API

add support for the server API #153

Workflow file for this run

name: lint
on: [push]
jobs:
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pip dependencies
run: pip install -r requirements-dev.txt
- name: Run linting
run: ./lint.sh