Skip to content

device management panel (read only) #22

device management panel (read only)

device management panel (read only) #22

Workflow file for this run

name: ESLint Check
on: [workflow_dispatch, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
working-directory: .
run: bun i install
- name: Run Lint
run: bun lint --no-fix