en: add doc about volume snapshot backup/restore across multiple kubernetes (#2406) #1549
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: Linting | |
on: [pull_request] | |
jobs: | |
prose: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Vale Linter | |
uses: errata-ai/[email protected] | |
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 | |
onlyAnnotateModifiedLines: true | |
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}} |