Skip to content

UPDATE: export all logs and ADD: customized logs (#1909) #4712

UPDATE: export all logs and ADD: customized logs (#1909)

UPDATE: export all logs and ADD: customized logs (#1909) #4712

Workflow file for this run

name: Shellcheck
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master