Skip to content

ci: test shell files with shellcheck #2

ci: test shell files with shellcheck

ci: test shell files with shellcheck #2

Workflow file for this run

name: check
on:
push:
branches [ main ]
pull_request:
branches: [ "*" ]
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: shellcheck *.sh