Skip to content

⬆️ Updates eslint-plugin-unicorn to v53 #1122

⬆️ Updates eslint-plugin-unicorn to v53

⬆️ Updates eslint-plugin-unicorn to v53 #1122

Workflow file for this run

name: Lint Docs
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
lint-docs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Vale
uses: errata-ai/vale-action@master
with:
styles: https://vale-library.netlify.app/styles.zip
files: '["docs", "src", "README.md", ".github/CODE_OF_CONDUCT.md", ".github/CONTRIBUTING.md"]'
onlyAnnotateModifiedLines: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}