Skip to content

fix(deps): Update for ES Module compatibility #488

fix(deps): Update for ES Module compatibility

fix(deps): Update for ES Module compatibility #488

Workflow file for this run

name: Validate
on:
pull_request:
branches:
- "**"
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
- name: Bun Install
run: bun i
- name: Prettier Lint Check
run: bun run lint