Skip to content

troubleshooting check.yml (#3) #2

troubleshooting check.yml (#3)

troubleshooting check.yml (#3) #2

Workflow file for this run

on:
push:
branches:
- main
name: "Trigger: Push action"
permissions: {}
jobs:
shellcheck:
name: Shellcheck
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