Skip to content

Fix install script failing when piped in a shell #16

Fix install script failing when piped in a shell

Fix install script failing when piped in a shell #16

name: Check install script
on:
pull_request:
paths:
- 'scripts/install.sh'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install ShellCheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Run ShellCheck on install script
run: |
shellcheck --shell=dash scripts/install.sh