Skip to content

chore(deps): bump mermaid from 10.9.1 to 10.9.3 #430

chore(deps): bump mermaid from 10.9.1 to 10.9.3

chore(deps): bump mermaid from 10.9.1 to 10.9.3 #430

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Get Changed Files
id: get_changed_files
uses: lots0logs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Vale
uses: errata-ai/vale-action@reviewdog
with:
reporter: github-pr-check
files: '${{ steps.get_changed_files.outputs.all }}'
fail_on_error: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}