Skip to content

feat(keyboard): ability to display and switch kb layout (#836) #615

feat(keyboard): ability to display and switch kb layout (#836)

feat(keyboard): ability to display and switch kb layout (#836) #615

Workflow file for this run

name: Sync Wiki
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Sync Wiki
run: ./.github/scripts/sync-wiki.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}