Skip to content

en,zh: add v1.5.4 release notes #1819

en,zh: add v1.5.4 release notes

en,zh: add v1.5.4 release notes #1819

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Vale Linter
uses: errata-ai/vale-action@reviewdog
with:
# Optional
#styles: |
# https://github.com/errata-ai/Google/releases/latest/download/Google.zip
# Optional
#config: https://raw.githubusercontent.com/errata-ai/vale/master/.vale.ini
# Optional
files: ./en
# Optional
filter_mode: added
env:
# Required, set by GitHub actions automatically:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}