Skip to content

Add security.yml and SECURITY.md #45

Add security.yml and SECURITY.md

Add security.yml and SECURITY.md #45

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --all --verbose
- name: Verify formatting
run: cargo fmt -- --check