Skip to content

integrate comments on #3 from Nico #1

integrate comments on #3 from Nico

integrate comments on #3 from Nico #1

Workflow file for this run

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