Skip to content

Commit

Permalink
ci: Add GitHub action with Shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mengelmann committed Apr 29, 2022
1 parent 5efd54a commit cbe3ffe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: [push]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
format: tty

0 comments on commit cbe3ffe

Please sign in to comment.