|
|
|
@ -14,6 +14,10 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
|
|
- name: Run ShellCheck |
|
|
|
|
|
|
|
uses: ludeeus/action-shellcheck@master |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
version: v0.9.0 |
|
|
|
- name: Set up Python ${{ matrix.python-version }} |
|
|
|
- name: Set up Python ${{ matrix.python-version }} |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
|