Skip to content

Bump the all-updates group across 1 directory with 4 updates #617

Bump the all-updates group across 1 directory with 4 updates

Bump the all-updates group across 1 directory with 4 updates #617

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