Skip to content

Add ShellCheck and fix many warnings #2

Add ShellCheck and fix many warnings

Add ShellCheck and fix many warnings #2

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install --yes shellcheck
- run: ./shellcheck.sh