Skip to content

Commit

Permalink
Closes #28 Add shellcheck github action. (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: camikazegreen <[email protected]>
  • Loading branch information
trackleft and camikazegreen authored Oct 5, 2023
1 parent ad1825a commit e999f98
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Pull request checks
on: pull_request

jobs:
lint-bash:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run ShellCheck
uses: azohra/[email protected]
with:
exclude-paths: Dockerfile, .github/CODEOWNERS, .github/ISSUE_TEMPLATE

0 comments on commit e999f98

Please sign in to comment.