Skip to content

build(deps): bump datasets from 3.3.2 to 3.4.0 #156

build(deps): bump datasets from 3.3.2 to 3.4.0

build(deps): bump datasets from 3.3.2 to 3.4.0 #156

Workflow file for this run

name: Pre-Commit Checks
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files