Skip to content

Add shortcut to focus input field #90

Add shortcut to focus input field

Add shortcut to focus input field #90

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-install
- run: pnpm lint
- run: pnpm build