Skip to content

doc: Update README, add SECURITY #40

doc: Update README, add SECURITY

doc: Update README, add SECURITY #40

Workflow file for this run

name: check
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Cargo test
run: cargo check