diff options
author | George Melikov <[email protected]> | 2020-08-26 19:52:28 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-26 09:52:28 -0700 |
commit | d6f90c78ab65036c7112493bbdee03597b0be4ce (patch) | |
tree | b983eed8a6098ece6105ea25a81a720625f3df85 /.github/workflows/checkstyle.yaml | |
parent | 59ad15d3c5438a9d285f8dffe7d3eb2c7522231b (diff) |
Github CI: Enable checkbashism
Run checkbashisms on checkstyle too.
Reviewed-by: Kjeld Schouten <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #10811
Diffstat (limited to '.github/workflows/checkstyle.yaml')
-rw-r--r-- | .github/workflows/checkstyle.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checkstyle.yaml b/.github/workflows/checkstyle.yaml index ded75d593..fca205be8 100644 --- a/.github/workflows/checkstyle.yaml +++ b/.github/workflows/checkstyle.yaml @@ -18,7 +18,7 @@ jobs: sudo apt-get install --yes -qq zlib1g-dev uuid-dev libattr1-dev libblkid-dev libselinux-dev libudev-dev libssl-dev python-dev python-setuptools python-cffi python3 python3-dev python3-setuptools python3-cffi # packages for tests sudo apt-get install --yes -qq parted lsscsi ksh attr acl nfs-kernel-server fio - sudo apt-get install --yes -qq mandoc cppcheck pax-utils # devscripts - enable then bashisms fixed + sudo apt-get install --yes -qq mandoc cppcheck pax-utils devscripts sudo -E pip --quiet install flake8 - name: Prepare run: | |