next-playground's picture
Upload folder using huggingface_hub
1f4e6d7 verified
raw
history blame contribute delete
No virus
162 Bytes
name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1