mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Test actions/checkout@v0.1
This commit is contained in:
parent
f8cde56371
commit
36eba9da48
12
.github/workflows/reviewdog.yml
vendored
12
.github/workflows/reviewdog.yml
vendored
@ -1,22 +1,12 @@
|
|||||||
name: reviewdog
|
name: reviewdog
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
remark-lint:
|
|
||||||
name: runner / remark-lint
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: remark-lint
|
|
||||||
uses: prologic/action-remark-lint@v0.0.5
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
markdownlint:
|
markdownlint:
|
||||||
name: runner / markdownlint
|
name: runner / markdownlint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: markdownlint-github-pr-check
|
- uses: prologic/action-markdownlint@v0.1
|
||||||
uses: prologic/action-markdownlint@v0
|
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
reporter: github-pr-check
|
reporter: github-pr-check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user