Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

fix typos

fix typos #30

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
name: Lint markdown files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: github/[email protected]
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: master
VALIDATE_MARKDOWN: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}