Skip to content

#15: use the C locale to portably parse the PDF header #52

#15: use the C locale to portably parse the PDF header

#15: use the C locale to portably parse the PDF header #52

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