Create main.yml

This commit is contained in:
dewomser 2022-06-06 07:21:07 +02:00 committed by GitHub
parent 677c850b86
commit aeb7cada80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,17 @@
on:
push:
branches:
- main
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
with:
additional_files: 'wetter1.sh'