Skip to content

simplify usage in README #9

simplify usage in README

simplify usage in README #9

Workflow file for this run

name: check
on:
push:
branches: [ main ]
pull_request:
branches: [ "*" ]
types: [synchronize, opened, reopened, edited]
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
shellcheck \
--color=always \
--shell=bash \
*.sh