Skip to content

Commit 6563261

Browse files
Fix shellcheck warnings and errors (#47)
* Add CI * Fix all warnings and errors from shellcheck
1 parent 8c42427 commit 6563261

File tree

3 files changed

+234
-195
lines changed

3 files changed

+234
-195
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
8+
9+
jobs:
10+
lint:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v1
14+
- name: shellcheck
15+
uses: azohra/[email protected]

0 commit comments

Comments
 (0)