Skip to content

Commit 0c6d7b2

Browse files
committed
Fix install.sh
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 29dc078 commit 0c6d7b2

File tree

3 files changed

+116
-106
lines changed

3 files changed

+116
-106
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python: ['3.9', '3.10', '3.11']
15+
python: ["3.9", "3.10", "3.11"]
1616

1717
steps:
1818
- name: Checkout Code
1919
uses: actions/checkout@v3
2020

21+
- name: Run ShellCheck
22+
uses: ludeeus/action-shellcheck@2.0.0
23+
2124
- name: Set up Python ${{ matrix.python }}
2225
uses: actions/setup-python@v3
2326
with:
@@ -38,4 +41,3 @@ jobs:
3841
run: |
3942
python -m pip install coveralls
4043
coveralls --service=github
41-

0 commit comments

Comments
 (0)