Skip to content

Add ShellCheck and fix many warnings #1

Add ShellCheck and fix many warnings

Add ShellCheck and fix many warnings #1

Workflow file for this run

name: ci

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

`pr` is not a valid event name
on:
push:
pr:
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install --yes shellcheck
- run: ./shellcheck.sh