Add Linux Installer #10
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: macOS Keyboard Layout | |
on: | |
push: | |
branches: [ main ] | |
paths: | |
- 'macos/**' | |
- '.github/workflows/macos-keyboard.yml' | |
pull_request: | |
branches: [ main ] | |
paths: | |
- 'macos/**' | |
- '.github/workflows/macos-keyboard.yml' | |
jobs: | |
# Placeholder for future macOS keyboard layout implementation | |
validate: | |
name: Validate Layout | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Placeholder step | |
run: echo "macOS keyboard layout implementation pending" |