Skip to content

build: bump conventional-changelog-conventionalcommits from 5.0.0 to 8.0.0 #310

build: bump conventional-changelog-conventionalcommits from 5.0.0 to 8.0.0

build: bump conventional-changelog-conventionalcommits from 5.0.0 to 8.0.0 #310

Workflow file for this run

---
name: reviewdog
"on": pull_request
jobs:
reviewdog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
markdownlint_flags: . .?*/**/*.{md,markdown}
- 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