Skip to content

Commit

Permalink
Shellcheck action (#313)
Browse files Browse the repository at this point in the history
* Add shellcheck GitHub action
  • Loading branch information
kostis committed Jul 20, 2023
1 parent def84f1 commit a5ae566
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: shellcheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@master

0 comments on commit a5ae566

Please sign in to comment.