Skip to content

chore(deps-dev): bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.0 #33

chore(deps-dev): bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.0

chore(deps-dev): bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.0 #33

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
run: bun run test
- name: Run lint
run: bun run lint
- name: Run format check
run: bun run format
- name: Run spellcheck
run: bun run spellcheck