Skip to content

build(deps-dev): bump prettier from 3.2.4 to 3.2.5 #151

build(deps-dev): bump prettier from 3.2.4 to 3.2.5

build(deps-dev): bump prettier from 3.2.4 to 3.2.5 #151

Workflow file for this run

on:
pull_request:
push:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node 16
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 16
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint code
run: yarn lint
- name: Check types
run: yarn lint:types