Skip to content

Add hardcoded-numbers.sh #8

Add hardcoded-numbers.sh

Add hardcoded-numbers.sh #8

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