Skip to content

chore(deps-dev): bump @types/vscode from 1.85.0 to 1.89.0 #550

chore(deps-dev): bump @types/vscode from 1.85.0 to 1.89.0

chore(deps-dev): bump @types/vscode from 1.85.0 to 1.89.0 #550

Workflow file for this run

name: "Spell"
on:
push:
pull_request:
workflow_dispatch:
jobs:
spell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version-file: ./.node-version
- uses: reviewdog/action-setup@v1
- run: yarn install
- name: Spell check
if: ${{ github.event_name == 'pull_request' }}
run: yarn spellcheck | reviewdog -efm="%f:%l:%c - %m" -reporter=github-pr-review -filter-mode=nofilter -fail-on-error=true
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Spell check
if: ${{ github.event_name != 'pull_request' }}
run: yarn cspell .