Skip to content

feat: refactor theme logic & implement AppInfoProvider #640

feat: refactor theme logic & implement AppInfoProvider

feat: refactor theme logic & implement AppInfoProvider #640

Workflow file for this run

name: CI Style
on:
pull_request:
branches: [master]
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup up Node
uses: actions/setup-node@v3
with:
node-version: 22.11.0
- name: Setup up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.32
- name: Install dependencies
run: bun i
- name: Format the code
run: bun format
- name: Lint the code
run: bun run test:lint