👷 Add ShellCheck workflow (#77)

Co-authored-by: Rychart Redwerkz <redwerkz@users.noreply.github.com>
This commit is contained in:
Marc 2023-11-20 07:31:02 +01:00 committed by GitHub
parent fe06da9dc0
commit 249af05481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: CI 🤖
on:
push:
branches:
- main
jobs:
shellcheck:
name: Shellcheck 🐚
runs-on: ubuntu-latest
steps:
- name: Checkout repository 📥
uses: actions/checkout@v4
- name: Run ShellCheck ✅
uses: ludeeus/action-shellcheck@2.0.0