Skip to content

Update huggingface_example.md #45

Update huggingface_example.md

Update huggingface_example.md #45

Workflow file for this run

name: ruff-lint
on: pull_request
jobs:
ruff-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'check'