Skip to content

fixing typo in function name similart_tables_based_on_few_shot_exampl… #1377

fixing typo in function name similart_tables_based_on_few_shot_exampl…

fixing typo in function name similart_tables_based_on_few_shot_exampl… #1377

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"