Skip to content

Add an option to set the downsamplethreshold #60

Add an option to set the downsamplethreshold

Add an option to set the downsamplethreshold #60

Workflow file for this run

name: Shellcheck
on: [push, pull_request]
jobs:
Shellcheck:
runs-on: ubuntu-latest
steps:
# Checkout the code.
- name: Checkout
uses: actions/checkout@v3
# Install the dependencies.
- name: Install dependencies
run: |
sudo apt update
sudo apt install shellcheck
# Run Shellcheck.
- name: Run Shellcheck
run: shellcheck shrinkpdf.sh