Skip to content

chore: bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 in /.github/actions/pr #2949

chore: bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 in /.github/actions/pr

chore: bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 in /.github/actions/pr #2949

Workflow file for this run

name: ' 🧽 Lint Docs'
on: # rebuild any PRs and main branch changes
workflow_dispatch:
pull_request:
push:
branches:
- main
paths:
- 'docs/**'
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx cspell "docs/**"
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx prettier -c "docs/**/*.{md,markdown,yaml,yml,json,html,htm}"