Skip to content

update production (#1243) #783

update production (#1243)

update production (#1243) #783

Workflow file for this run

# name: Prose Linting
# on: [push]
# jobs:
# prose:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Vale
# uses: errata-ai/vale-action@v2.0.1
# with:
# files: src
# fail_on_error: true
# env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}