DEVDOCS-5646, [update] Checkouts V3, Add line item discount limits to Add discount to checkout endpoint #52
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: remark | |
on: [pull_request] | |
jobs: | |
remark: | |
name: runner / retext-style-guide | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: quality-docs-github-check | |
uses: bigcommerce/dev-docs-style-guide-action@master | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
reporter: github-pr-review | |
level: warning | |
filter_mode: added |