Skip to content

Release v0.2.0. Improve keyboard reading. Don't echo input. #3

Release v0.2.0. Improve keyboard reading. Don't echo input.

Release v0.2.0. Improve keyboard reading. Don't echo input. #3

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Compile
run: |
cd src
make -j$(nproc)