Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Fix termination of outdated launcher processes on external kill #63

Fix termination of outdated launcher processes on external kill

Fix termination of outdated launcher processes on external kill #63

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: clippy rustfmt
- name: Linting
run: |
cargo clippy --workspace --all-features -- -D warnings
cargo fmt --all -- --check
- name: Debug builds
run: cargo build