Skip to content

github: Add prettier lint step. #65

github: Add prettier lint step.

github: Add prettier lint step. #65

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