Skip to content

Commit

Permalink
Add ShellCheck and fix many warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb committed Oct 20, 2023
1 parent 95d5fda commit 1096539
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 113 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: ci

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
Loading

0 comments on commit 1096539

Please sign in to comment.