ci: enable ShellCheck warnings

Enable ShellCheck at the warning level.
This commit is contained in:
Christian Kellner 2020-09-17 14:17:25 +02:00 committed by Lars Karlitski
parent b8f991e386
commit f4c850d7d0

View file

@ -28,3 +28,14 @@ jobs:
pytest --cov-report=xml --cov=osbuild test/unit/
- name: Send coverage to codecov.io
run: bash <(curl -s https://codecov.io/bash)
shellcheck:
name: "Shellcheck"
runs-on: ubuntu-latest
steps:
- name: "Clone Repository"
uses: actions/checkout@v2
- name: "Run ShellCheck"
uses: ludeeus/action-shellcheck@0.5.0
with:
severity: warning