Skip to content

ci(deps): lock file maintenance #262

ci(deps): lock file maintenance

ci(deps): lock file maintenance #262

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Install dependencies
run: yarn
- name: Test
run: yarn test
- name: Build
run: yarn build