Skip to content

build(deps): bump actions/checkout from 3.3.0 to 4.1.1 #388

build(deps): bump actions/checkout from 3.3.0 to 4.1.1

build(deps): bump actions/checkout from 3.3.0 to 4.1.1 #388

Workflow file for this run

on:
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- run: yarn install --frozen-lockfile
- run: yarn test