Skip to content

fixed bun.lockb merge conflict #5

fixed bun.lockb merge conflict

fixed bun.lockb merge conflict #5

Workflow file for this run

name: Extension Lint CI
on:
push:
branches: ['**']
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Check code linting
run: bun run lint