Skip to content

Update app to accept multiple PDF and txt documents #1

Update app to accept multiple PDF and txt documents

Update app to accept multiple PDF and txt documents #1

Workflow file for this run

name: continous_integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: ruff
uses: chartboost/ruff-action@v1