Skip to content

Commit

Permalink
[ci] Add ShellCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 17, 2023
1 parent 883558b commit 5c2b3e9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ansible/YAML Linting & Artifacts
name: Linting

on:
push:
Expand Down Expand Up @@ -53,3 +53,14 @@ jobs:
uses: ibiqlik/action-yamllint@v3
with:
config_file: ansible/.yamllint

shell-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x

0 comments on commit 5c2b3e9

Please sign in to comment.