|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Python package |
|
|
|
name: unittests workflow |
|
|
|
|
|
|
|
|
|
|
|
on: push |
|
|
|
on: push |
|
|
|
|
|
|
|
|
|
|
|
@ -14,12 +14,12 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- name: Run ShellCheck |
|
|
|
# - name: Run ShellCheck |
|
|
|
uses: ludeeus/action-shellcheck@master |
|
|
|
# uses: ludeeus/action-shellcheck@master |
|
|
|
with: |
|
|
|
# with: |
|
|
|
version: v0.9.0 |
|
|
|
# version: v0.9.0 |
|
|
|
ignore_paths: >- |
|
|
|
# ignore_paths: >- |
|
|
|
contrib/build-linux |
|
|
|
# contrib/build-linux |
|
|
|
- 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: |
|
|
|
|