Update ci.yml

This commit is contained in:
Tommaso Chiti 2021-05-09 10:59:58 +02:00 committed by GitHub
parent 6c5eee361c
commit ca663e6710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,13 @@ on:
- 'LICENSE'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
build:
runs-on: ubuntu-latest
container: