Skip to content

💄 show toast message if firmware is outdated #89

💄 show toast message if firmware is outdated

💄 show toast message if firmware is outdated #89

Workflow file for this run

name: Automated Testing Workflow
on:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
jobs:
lint:
name: Linting Check
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install Dependencies
run: bun install
- name: Run Lint
run: bun lint