Skip to content

Bump actions/checkout from 3.6.0 to 4.2.2 #649

Bump actions/checkout from 3.6.0 to 4.2.2

Bump actions/checkout from 3.6.0 to 4.2.2 #649

Workflow file for this run

name: JavaScript
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install dependencies
run: yarn
- name: Expand liquid
run: CI=1 yarn expand-liquid vanilla-js
- name: Install workspace dependencies
run: yarn
- name: Generate types
run: yarn typegen
- name: Test
run: yarn workspaces run test run