Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Update README.md #39587

Update README.md

Update README.md #39587

Workflow file for this run

name: shellcheck
on: [push, pull_request]
jobs:
lint_shellscripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0