Skip to content

Summarize existing frontend and backend pros/cons, and add section on… #429

Summarize existing frontend and backend pros/cons, and add section on…

Summarize existing frontend and backend pros/cons, and add section on… #429

Workflow file for this run

name: Use Vale to test markdown for spelling and prose styles
on: [push]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Vale linter
uses: errata-ai/[email protected]
with:
files: __onlyModified
onlyAnnotateModifiedLines: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}