Skip to content

Commit

Permalink
Add shellcheck job (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Jun 12, 2024
1 parent fd417be commit d7852e3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/lint_shell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Lint shell code

on:
push:
branches:
- main
pull_request:
branches:
- main

permissions: {}

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

0 comments on commit d7852e3

Please sign in to comment.