Skip to content

Bump eslint from 8.41.0 to 8.46.0 #760

Bump eslint from 8.41.0 to 8.46.0

Bump eslint from 8.41.0 to 8.46.0 #760

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}}