Skip to content

feat:WebSerialAPIに対応していないブラウザで開くと警告のモーダルを出す #26

feat:WebSerialAPIに対応していないブラウザで開くと警告のモーダルを出す

feat:WebSerialAPIに対応していないブラウザで開くと警告のモーダルを出す #26

Workflow file for this run

name: Format and Lint
on:
pull_request:
types: [opened, synchronize]
jobs:
format_and_lint:
name: Format and Lint Code
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Dependencies
run: bun install
- name: Test
run: bun check:ci