Skip to content

Commit

Permalink
Add ShellCheck and fix many warnings
Browse files Browse the repository at this point in the history
Closes #105
  • Loading branch information
lorenzleutgeb committed Oct 20, 2023
1 parent 95d5fda commit c309320
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 113 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS → .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* codeowners@gitalias.com

12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ci

on:
push:
pull_request:

jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: ./shellcheck.sh
Loading

0 comments on commit c309320

Please sign in to comment.