Skip to content

fix: https://github.com/DDS-Derek/xiaoya-alist/commit/f5190000b04ab9b… #828

fix: https://github.com/DDS-Derek/xiaoya-alist/commit/f5190000b04ab9b…

fix: https://github.com/DDS-Derek/xiaoya-alist/commit/f5190000b04ab9b… #828

Workflow file for this run

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/*"