Skip to content

Bump brace-expansion from 1.1.11 to 1.1.12 #301

Bump brace-expansion from 1.1.11 to 1.1.12

Bump brace-expansion from 1.1.11 to 1.1.12 #301

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/vale-action@v2.1.1
with:
files: '["README.md", "src/lib/content"]'
fail_on_error: true
reporter: github-check
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}