Skip to content

chore: add ShellCheck action #7

chore: add ShellCheck action

chore: add ShellCheck action #7

Workflow file for this run

name: ShellCheck
on:
push:
branches:
- 'main'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run ShellCheck
uses: azohra/[email protected]