Skip to content

Add some CI

Add some CI #13

Workflow file for this run

---
name: Shell check and lint
on:
pull_request:
branches:
- main
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: luizm/action-sh-checker@master