Skip to content

Move s3 processing out of Autolabel (#943) #18

Move s3 processing out of Autolabel (#943)

Move s3 processing out of Autolabel (#943) #18

Workflow file for this run

name: Ruff Format
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: astral-sh/ruff-action@v1
with:
args: "check --output-format=github"
changed-files: "true"