Skip to content

Bump actions/checkout from 5.0.0 to 6.0.0 #678

Bump actions/checkout from 5.0.0 to 6.0.0

Bump actions/checkout from 5.0.0 to 6.0.0 #678

Workflow file for this run

name: TypeScript
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Install dependencies
run: yarn
- name: Expand liquid
run: CI=1 yarn expand-liquid typescript
- name: Install workspace dependencies
run: yarn
- name: Generate types
run: yarn typegen
- name: Test
run: yarn workspaces run test run