Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 #147

build(deps): bump braces from 3.0.2 to 3.0.3

build(deps): bump braces from 3.0.2 to 3.0.3 #147

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: .tool-versions
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run type check
run: yarn type-check
- name: Lint
run: yarn lint