Skip to content

build(deps-dev): bump @ianvs/prettier-plugin-sort-imports from 4.2.1 to 4.4.1 #525

build(deps-dev): bump @ianvs/prettier-plugin-sort-imports from 4.2.1 to 4.4.1

build(deps-dev): bump @ianvs/prettier-plugin-sort-imports from 4.2.1 to 4.4.1 #525

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [master]
paths: ['packages/**.ts', 'packages/**.js', 'packages/**.json']
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: pnpm install
- name: Linting
run: pnpm typecheck && pnpm lint
- name: Running Tests
run: pnpm test
- name: Building
run: pnpm build