Skip to content

Add linkchecker.sh

Add linkchecker.sh #10

Workflow file for this run

on:
push:
branches:
- main
name: "Shellcheck - Errors"
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
with:
severity: error