Skip to content

chore(dev-deps): bump typescript from 5.5.4 to 5.6.2 #484

chore(dev-deps): bump typescript from 5.5.4 to 5.6.2

chore(dev-deps): bump typescript from 5.5.4 to 5.6.2 #484

Workflow file for this run

name: validate pr
on:
pull_request:
types: [opened, reopened, edited, synchronize]
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