Skip to content

add tests to test_append_if_schema_identical (#116) #4

add tests to test_append_if_schema_identical (#116)

add tests to test_append_if_schema_identical (#116) #4

Workflow file for this run

name: Lint
on: push
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Run Ruff
uses: chartboost/ruff-action@v1