Skip to content

Merge pull request #1303 from jayantp2003/bugfix/859-large-zip-breaki… #2343

Merge pull request #1303 from jayantp2003/bugfix/859-large-zip-breaki…

Merge pull request #1303 from jayantp2003/bugfix/859-large-zip-breaki… #2343

Workflow file for this run

name: Python linting
on:
push:
branches:
- '*'
pull_request:
types: [ opened, synchronize ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint with Ruff
uses: chartboost/ruff-action@v1