Skip to content

Merge branch 'svelte' of https://github.com/errata-ai/vale.sh into sv… #153

Merge branch 'svelte' of https://github.com/errata-ai/vale.sh into sv…

Merge branch 'svelte' of https://github.com/errata-ai/vale.sh into sv… #153

Workflow file for this run

name: Build + Lint
on: push
jobs:
lint:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/[email protected]
with:
files: '["README.md", "src/lib/content"]'
fail_on_error: true
reporter: github-check
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}