Skip to content

Bump pypdf from 6.4.0 to 6.6.2 in /backend (#726) #1119

Bump pypdf from 6.4.0 to 6.6.2 in /backend (#726)

Bump pypdf from 6.4.0 to 6.6.2 in /backend (#726) #1119

Workflow file for this run

name: Lint
# we run testing for both master and dev branches (but only on pull requests for master)
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'dev'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: psf/black@stable