Skip to content

chore(deps-dev): bump jsdom from 22.1.0 to 23.2.0 #232

chore(deps-dev): bump jsdom from 22.1.0 to 23.2.0

chore(deps-dev): bump jsdom from 22.1.0 to 23.2.0 #232

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
name: Linting and Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout Source Code
uses: actions/checkout@v2
- name: Setup Bun.sh
uses: antongolub/action-setup-bun@v1
with:
bun-version: 0.5.9
- name: Install Dependencies
run: bun i
- name: Run linter
run: bun run lint