Skip to content

chore: add CI

chore: add CI #1

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
push:
jobs:
run-tests:
name: Run Tests
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install Scoop & AutoHotkey
uses: MinoruSekine/setup-scoop@v4
with:
buckets: extras
apps: autohotkey
- name: Install librime
shell: pwsh
run: |
scoop bucket add siku https://github.com/amorphobia/siku.git
scoop install siku/librime
- name: Tests
shell: pwsh
run: |
autohotkey.exe tests\rime_test_main.ahk 1 | echo