Skip to content

chore(deps-dev): bump prettier from 2.8.8 to 3.1.0 #416

chore(deps-dev): bump prettier from 2.8.8 to 3.1.0

chore(deps-dev): bump prettier from 2.8.8 to 3.1.0 #416

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint