Skip to content

Merge pull request #353 from arc53/bug/fix-aes-pdf #229

Merge pull request #353 from arc53/bug/fix-aes-pdf

Merge pull request #353 from arc53/bug/fix-aes-pdf #229

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@v3
- name: Lint with Ruff
uses: chartboost/ruff-action@v1