Skip to content

shell-linter

shell-linter #2

Workflow file for this run

name: shell-linter
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
uses: azohra/shell-linter@latest