Skip to content

feat: extracting information from PDF documents, create txt files #57

feat: extracting information from PDF documents, create txt files

feat: extracting information from PDF documents, create txt files #57

Workflow file for this run

name: check-lint
on: [pull_request]
jobs:
check-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
- name: Check Lint
run: |
make quality