Skip to content

fix: continuous input in some editors #13

fix: continuous input in some editors

fix: continuous input in some editors #13

Workflow file for this run

name: build
on:
push:
paths-ignore:
- 'doc/**'
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: clippy
- name: Install dependencies
run: |
sudo apt install -y librime-dev
- name: Lint
run: cargo clippy -- -D warnings
- name: Build
run: |
cargo build --release