Skip to content

Commit

Permalink
add shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-asher committed Jun 13, 2024
1 parent 2db91f5 commit df8c3cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
pull_request:
branches:
- main

jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@2.0.0

0 comments on commit df8c3cc

Please sign in to comment.