Skip to content

Commit

Permalink
Add shellcheck github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopaganini committed Aug 24, 2024
1 parent 6e36ca5 commit f12027d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "ShellCheck"
on: [push, pull_request]
permissions: {}

jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master

0 comments on commit f12027d

Please sign in to comment.