Skip to content

[feat] Add description_template config key #75

[feat] Add description_template config key

[feat] Add description_template config key #75

Workflow file for this run

name: ci
on:
pull_request:
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Check formatting
run: cargo fmt --all --check
- name: Test
run: |
cargo check
cargo test --all
- name: Build
run: |
cargo build --release