Skip to content

feat: add argument t4_dataset_path for compatibility with v1 #69

feat: add argument t4_dataset_path for compatibility with v1

feat: add argument t4_dataset_path for compatibility with v1 #69

Workflow file for this run

name: pre-commit
on:
pull_request:
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Run pre-commit
uses: pre-commit/[email protected]