Skip to content

Change default keyboard to qwerty for new users #646

Change default keyboard to qwerty for new users

Change default keyboard to qwerty for new users #646

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- run: npm run lint
- run: npm run test:ci