Skip to content

Shellcheck - style

Shellcheck - style #8

Workflow file for this run

on:
workflow_dispatch: # Allows manual triggering from the GitHub UI
name: "Shellcheck - style"
jobs:
shellcheck:
name: Shellcheck - style
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }} # Use the GitHub token for private repo access
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: style