Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
fix: プルリク時にlintcheckが走らない問題の修正? (#100)
Browse files Browse the repository at this point in the history
* fix: プルリク時にlintcheckが走らない問題の修正?
* fix: ヘッダーチェックも同様に修正
  • Loading branch information
book000 authored Nov 4, 2021
1 parent c9693f4 commit a672668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/markdown-header-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request_target.head.sha }}

- uses: actions/setup-node@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/markdown-lintcheck-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request_target.head.sha }}
- name: Setup reviewdog
uses: reviewdog/action-setup@v1.0.0
env:
Expand Down

0 comments on commit a672668

Please sign in to comment.