Skip to content

Commit

Permalink
Merge pull request #18 from L11R/shellcheck-action
Browse files Browse the repository at this point in the history
feat: add shellcheck action
  • Loading branch information
savely-krasovsky authored Dec 26, 2023
2 parents a96c879 + e565f50 commit 22f672d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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/[email protected]

0 comments on commit 22f672d

Please sign in to comment.