Skip to content

Bump transformers from 4.37.2 to 4.38.0 #62

Bump transformers from 4.37.2 to 4.38.0

Bump transformers from 4.37.2 to 4.38.0 #62

Workflow file for this run

name: Ruff
on: pull_request
jobs:
lint:
name: Lint & Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
name: Lint
with:
version: 0.3.5
args: "check --output-format=full --statistics"
- uses: chartboost/ruff-action@v1
name: Format
with:
version: 0.3.5
args: "format --check"