Skip to content

chore(deps): update external-content/specification digest to 5b07065 #3911

chore(deps): update external-content/specification digest to 5b07065

chore(deps): update external-content/specification digest to 5b07065 #3911

Workflow file for this run

name: pr-checks
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
merge_group:
jobs:
build-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
submodules: recursive
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Lint
run: make lint
- name: Build
run: make build
- name: Test
run: make test