Skip to content

Commit

Permalink
github: Adds shellcheck linting action for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhg-orbiware committed Dec 9, 2024
1 parent 85d656b commit 00f2bf1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: ShellCheck Linting

on:
pull_request:
branches:
- main

jobs:
lint:
name: Run ShellCheck
runs-on: macos-latest

steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Run ShellCheck
uses: ludeeus/action-shellcheckudeeus/[email protected]
with:
scandir: "./usr/local/share/bastille"
additional_files: "./usr/local/bin/bastille"
ignore_paths: "./usr/local/share/bastille/templates"

0 comments on commit 00f2bf1

Please sign in to comment.