Skip to content

Update comments.php (#143) #51

Update comments.php (#143)

Update comments.php (#143) #51

Workflow file for this run

name: Shell checker
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
shell-checker:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Shellcheck
run: |
shellcheck **/*.sh