Skip to content

GPT-4 Rewrite for the readme.md #2147

GPT-4 Rewrite for the readme.md

GPT-4 Rewrite for the readme.md #2147

name: ShellCheck
on:
push:
paths:
- "**.sh"
pull_request:
paths:
- "**.sh"
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: shellcheck
uses: ludeeus/action-shellcheck@master