Skip to content

Commit

Permalink
Merge pull request #106 from GitAlias/shellcheck
Browse files Browse the repository at this point in the history
Add ShellCheck and fix many warnings
  • Loading branch information
joelparkerhenderson committed Oct 22, 2023
2 parents 95d5fda + 59bea66 commit 12c40fc
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 113 deletions.
File renamed without changes.
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 12c40fc

Please sign in to comment.