Skip to content

Update style.yml (#3) #3

Update style.yml (#3)

Update style.yml (#3) #3

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch: # Allows manual triggering from the GitHub UI
name: "Trigger: Push action"
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