Skip to content

chore(dev-deps): bump @types/node from 20.17.17 to 20.17.19 #361

chore(dev-deps): bump @types/node from 20.17.17 to 20.17.19

chore(dev-deps): bump @types/node from 20.17.17 to 20.17.19 #361

Workflow file for this run

name: pr-validation
on:
pull_request:
types: [opened, reopened, edited]
# only applies to PRs that want to merge to main
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