Skip to content

Define paper size option type with regex #23

Define paper size option type with regex

Define paper size option type with regex #23

Workflow file for this run

name: Linting
on:
- push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install pylint
shell: bash
run: pip install pylint
- name: Install dependencies
shell: bash
run: pip install .
- name: Run pylint
shell: bash
run: pylint code_to_pdf