Skip to content

docs: add Traditional Chinese README and call to action #14

docs: add Traditional Chinese README and call to action

docs: add Traditional Chinese README and call to action #14

Workflow file for this run

name: Lint Code Base
on: [pull_request]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: github/super-linter@v3
env:
# VALIDATE_EDITORCONFIG: true
VALIDATE_MARKDOWN: true
VALIDATE_YAML: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}