Skip to content

ci: test shell files with shellcheck #3

ci: test shell files with shellcheck

ci: test shell files with shellcheck #3

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