Skip to content

fix: コマンドリファレンスの URL を修正 #130

fix: コマンドリファレンスの URL を修正

fix: コマンドリファレンスの URL を修正 #130

Workflow file for this run

name: yamllint
on:
pull_request:
branches:
- main
types: [opened, synchronize, closed]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: comment from reviewdog
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
yamllint_flags: '-c .yamllint .'
- name: run lint on all files
uses: karancode/[email protected]
with:
yamllint_file_or_dir: .
yamllint_config_filepath: .github/yamllint-config.yml