Skip to content

Adding "coding standard structures" to standards page #6053

Adding "coding standard structures" to standards page

Adding "coding standard structures" to standards page #6053

Workflow file for this run

name: Vale
on:
pull_request
jobs:
vale:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: false
- name: Vale
uses: errata-ai/vale-action@reviewdog
with:
filter_mode: added
debug: true
env:
# Required
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}