aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/checkstyle.yaml
diff options
context:
space:
mode:
authorGeorge Melikov <[email protected]>2020-08-26 19:52:28 +0300
committerGitHub <[email protected]>2020-08-26 09:52:28 -0700
commitd6f90c78ab65036c7112493bbdee03597b0be4ce (patch)
treeb983eed8a6098ece6105ea25a81a720625f3df85 /.github/workflows/checkstyle.yaml
parent59ad15d3c5438a9d285f8dffe7d3eb2c7522231b (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.yaml2
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: |