Skip to content

docs: 利用方法のメリデメを追記 #15

docs: 利用方法のメリデメを追記

docs: 利用方法のメリデメを追記 #15

Workflow file for this run

---
name: reviewdog
"on": pull_request
jobs:
reviewdog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
markdownlint_flags: . .?*/**/*.{md,markdown}
- name: textlint
uses: tsuyoshicho/action-textlint@v3
with:
textlint_flags: . .?*/**
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
reporter: github-pr-review
- name: ShellCheck
uses: reviewdog/action-shellcheck@v1
with:
reporter: github-pr-review
pattern: |
*.sh
commit-msg
pre-commit
- name: actionlint
uses: reviewdog/action-actionlint@v1
with:
reporter: github-pr-review