Skip to content

fix: surface transfer errors when caching blobs (COMP-2142) #854

fix: surface transfer errors when caching blobs (COMP-2142)

fix: surface transfer errors when caching blobs (COMP-2142) #854

Workflow file for this run

---
name: Typespec_Validation
on:
push:
branches:
- '**'
paths :
- 'typespec/**'
- VERSION
pull_request:
types: [opened, reopened, synchronize]
paths:
- 'typespec/**'
- VERSION
permissions:
contents: read
jobs:
typespec_validation:
name: validate typespec files
runs-on: ubuntu-latest
steps:
- name : Checkout
uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- name : Setup Node.js environment
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with :
node-version : '24.19.0'
- name : Install tsp
run : npm install -g @typespec/compiler@0.64.0
- name : Validate tsp files
run : |
cd typespec
tsp install
tsp compile .