Skip to content

🚸 Login form autoComplete attribute #124

🚸 Login form autoComplete attribute

🚸 Login form autoComplete attribute #124

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: yarn install
- run: yarn lint
- run: yarn tsc