Add Linux Installer #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows Keyboard Layout | |
on: | |
push: | |
branches: [ main ] | |
paths: | |
- 'windows/**' | |
- '.github/workflows/windows-keyboard.yml' | |
pull_request: | |
branches: [ main ] | |
paths: | |
- 'windows/**' | |
- '.github/workflows/windows-keyboard.yml' | |
jobs: | |
# Placeholder for future Windows keyboard layout implementation | |
build: | |
name: Build Layout | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Placeholder step | |
run: echo "Windows keyboard layout implementation pending" |