Skip to content

Commit

Permalink
Create shellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Sep 19, 2024
1 parent ddd7a95 commit 03a901d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ShellCheck

on:
pull_request:
paths:
- 'tabs/**/*.sh'

jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: 'tabs'
severity: error

0 comments on commit 03a901d

Please sign in to comment.