Skip to content

fixing some docstring typos #178

fixing some docstring typos

fixing some docstring typos #178

Workflow file for this run

name: Test backend
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test-backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get install make
- name: Test backend inside container
run: |
make test-backend-in-container
shell: bash