Skip to content

PPF-627: use N instead of D to identify check/radio select value for simple fill #269

PPF-627: use N instead of D to identify check/radio select value for simple fill

PPF-627: use N instead of D to identify check/radio select value for simple fill #269

Workflow file for this run

name: Linting
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Analyze code with pylint
run: |
pylint PyPDFForm