first commit

This commit is contained in:
douboer@gmail.com
2026-03-15 09:30:40 +08:00
commit 3d19c4d34f
145 changed files with 11623 additions and 0 deletions

22
dash/.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
sh-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run sh-checker
uses: luizm/action-sh-checker@v0.1.12
env:
SHELLCHECK_OPTS: -s ash
SHFMT_OPTS: -i 2
with:
sh_checker_comment: false