Skip to content

Adds pdftotext-all() function #108

Adds pdftotext-all() function

Adds pdftotext-all() function #108

Workflow file for this run

# yamllint disable rule:line-length
---
name: Lint
on:
- pull_request
- push
jobs:
YAML:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: YAML check (yamllint)
uses: ibiqlik/action-yamllint@master
with:
strict: true
Markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v1.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: .
config_file: ".markdownlint.yaml"