Skip to content

chore(dev-deps): bump @types/vscode from 1.92.0 to 1.93.0 #261

chore(dev-deps): bump @types/vscode from 1.92.0 to 1.93.0

chore(dev-deps): bump @types/vscode from 1.92.0 to 1.93.0 #261

Workflow file for this run

name: validate pr
on:
pull_request:
types: [opened, reopened, edited]
branches: [main]
jobs:
pr-validation:
uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Check Format
run: yarn format:check