Skip to content

feat: rename to runkernel and add manifest-discovered workflows #1

feat: rename to runkernel and add manifest-discovered workflows

feat: rename to runkernel and add manifest-discovered workflows #1

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --check
- run: cargo clippy --all-targets -- -D warnings
- run: cargo test