Skip to content

Update actions/upload-artifact digest to 6f51ac0 #3184

Update actions/upload-artifact digest to 6f51ac0

Update actions/upload-artifact digest to 6f51ac0 #3184

Workflow file for this run

---
name: Type check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npx tsc