Skip to content

Update README.md

Update README.md #35

Workflow file for this run

name: Run Shellcheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'