Skip to content

chore(deps): bump unstructured from 0.12.6 to 0.14.5 #112

chore(deps): bump unstructured from 0.12.6 to 0.14.5

chore(deps): bump unstructured from 0.12.6 to 0.14.5 #112

Workflow file for this run

name: Ruff formatting
on: [pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install ruff
- run: |
ruff check src/ .
ruff check --fix src/
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'Style fixes by Ruff'