Skip to content

Update main.go

Update main.go #59

Workflow file for this run

name: "ShellCheck"
on: [push, pull_request]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run ShellCheck
run: find . -type f -name "*.sh" -exec shellcheck {} +