Skip to content

feat: add datadog kubernetes cpu request limits #7

feat: add datadog kubernetes cpu request limits

feat: add datadog kubernetes cpu request limits #7

Workflow file for this run

---
name: reviewdog
on:
pull_request:
jobs:
textlint:
name: runner / textlint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Setup node/npm
uses: actions/setup-node@v4
- name: textlint-github-pr-check
uses: tsuyoshicho/action-textlint@v3
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
textlint_flags: "doc/**"
- name: textlint-github-pr-review
uses: tsuyoshicho/action-textlint@v3
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
textlint_flags: "doc/**"