Skip to content

ファイルリスト表示を追加 #57

ファイルリスト表示を追加

ファイルリスト表示を追加 #57

Workflow file for this run

name: Shell CI
on:
push:
branches: ['main']
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run the sh-checker
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHFMT_OPTS: -s # arguments to shfmt.
with:
sh_checker_comment: true