Skip to content

Implement array field #63 #189

Implement array field #63

Implement array field #63 #189

Workflow file for this run

name: pre-commit
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-python@v4.7.0
with:
python-version: "3.8"
architecture: "x64"
- name: Install dependencies for pre-commit
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: pre-commit
run: |
tox -e pre-commit