Skip to content

chore(deps): bump google-github-actions/release-please-action from 3 to 4 #681

chore(deps): bump google-github-actions/release-please-action from 3 to 4

chore(deps): bump google-github-actions/release-please-action from 3 to 4 #681

Workflow file for this run

name: lint
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx cspell "src/**/*.ts" "*.md"