Skip to content

Switch from 'cut' to 'head'; cut isn't doing what it should here #58

Switch from 'cut' to 'head'; cut isn't doing what it should here

Switch from 'cut' to 'head'; cut isn't doing what it should here #58

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