Skip to content

Ignore key events of types other than press #465

Ignore key events of types other than press

Ignore key events of types other than press #465

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
actionlint:
name: actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: docker://rhysd/actionlint:latest
with:
args: -color
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.1
- name: Check json
run: cargo check --no-default-features -F json --verbose
- name: Check sqlite
run: cargo check --no-default-features -F sqlite --verbose
- name: Clippy
run: cargo clippy
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
cffconvert:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: docker://citationcff/cffconvert:latest
with:
args: --validate