Skip to content

Changed _df param name to df_to_be_validated and associated tests cha… #29

Changed _df param name to df_to_be_validated and associated tests cha…

Changed _df param name to df_to_be_validated and associated tests cha… #29

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
with:
version: 0.0.291