Skip to content

chore: Update release-please.yml #16

chore: Update release-please.yml

chore: Update release-please.yml #16

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
incremental_files_only: false
check_dot_files: true