Browse Source

unittests.yml: comment out ShellCheck

add_frost_channel_encryption
zebra-lucky 3 weeks ago
parent
commit
32765f41ac
  1. 14
      .github/workflows/unittests.yml

14
.github/workflows/unittests.yml

@ -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:

Loading…
Cancel
Save