Skip to content

Commit 12c40fc

Browse files
Merge pull request #106 from GitAlias/shellcheck
Add ShellCheck and fix many warnings
2 parents 95d5fda + 59bea66 commit 12c40fc

File tree

4 files changed

+142
-113
lines changed

4 files changed

+142
-113
lines changed
File renamed without changes.

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: ci
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
check:
9+
runs-on: ubuntu-22.04
10+
steps:
11+
- uses: actions/checkout@v3
12+
- run: ./shellcheck.sh

0 commit comments

Comments
 (0)