Skip to content

build(deps): bump actions/checkout from 3 to 4 #255

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #255

Workflow file for this run

name: Test
on: pull_request
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build