Skip to content

overall qol changes, added workflows, manifest control and linting #1

overall qol changes, added workflows, manifest control and linting

overall qol changes, added workflows, manifest control and linting #1

Workflow file for this run

name: Extension Format CI
on:
push:
branches: ['**']
pull_request:
branches: [main]
jobs:
format:
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 formatting
run: bun run checkFormat