Skip to content

fix zoho tables

fix zoho tables #8

Workflow file for this run

name: tests
on: [push, pull_request, workflow_dispatch]
jobs:
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install pip dependencies
run: pip install -r requirements-dev.txt
- name: Run linting
run: ./test.sh