enhance: 優化 pp 碼輸入體驗 #24
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
on: [push] | |
name: Test | |
jobs: | |
test: | |
runs-on: ubuntu-24.04 | |
strategy: | |
matrix: | |
schema: [moran, moran_aux] | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up Mira | |
run: | | |
wget https://github.com/rimeinn/mira/releases/download/latest/mira | |
chmod +x mira | |
- name: Test ${{ matrix.schema }} | |
run: ./mira -C cache tests/${{ matrix.schema }}.test.yaml |