shellcheck.yml

This commit is contained in:
dewomser 2021-10-31 13:53:14 +01:00 committed by GitHub
parent 4eab87f149
commit cb5ccbcecf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,15 @@
on:
push:
branch:
- master
name: 'Trigger: Push action'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master