mod:xiaoyakeeper脚本中xiaoya容器名获取设置优先级 #922
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
workflow_dispatch: | |
push: | |
pull_request: | |
jobs: | |
# test: | |
# runs-on: ubuntu-latest | |
# name: Test | |
# steps: | |
# - | |
# name: Checkout | |
# uses: actions/checkout@v4 | |
# - name: Test | |
# run: | | |
# bash main.sh test | |
sh-checker: | |
runs-on: ubuntu-latest | |
name: sh-checker | |
steps: | |
- | |
name: Checkout | |
uses: actions/checkout@v4 | |
- | |
name: Run sh-checker | |
uses: luizm/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
SHFMT_OPTS: -d -i 4 -sr | |
with: | |
sh_checker_comment: true | |
sh_checker_exclude: "^deprecation/* ^xiaoyahelper/*" |