Skip to content

Turbo Streams: Manage element focus #137

Turbo Streams: Manage element focus

Turbo Streams: Manage element focus #137

Workflow file for this run

name: typecheck-pr
on:
push:
branches-ignore: main
jobs:
build:
continue-on-error: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn install
- run: yarn build