Skip to content

Commit

Permalink
CI: Add ShellCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
osalbahr committed Nov 14, 2023
1 parent 9be89a0 commit bf4b9d2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ShellCheck

on:
push:
branches: [ "main" ]
pull_request:
merge_group:


jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

# shellcheck source=/dev/null

set -ex

# Environment
Expand Down

0 comments on commit bf4b9d2

Please sign in to comment.