Skip to content

Commit

Permalink
feat: add shellcheck action
Browse files Browse the repository at this point in the history
  • Loading branch information
savely-krasovsky committed Dec 26, 2023
1 parent a96c879 commit 0dd42d3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- master
pull_request:
branches:
- master

name: "ShellCheck"
permissions: {}

jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
with:
additional_files: 'waybar-updates'

0 comments on commit 0dd42d3

Please sign in to comment.