Skip to content

feat: add .github/workflows/release.yml automated release pipeline #91

feat: add .github/workflows/release.yml automated release pipeline

feat: add .github/workflows/release.yml automated release pipeline #91

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-toolchain/setup-rust@1
- run: cargo fmt --all -- --check
- run: cargo clippy -- -D warnings
- run: cargo test --release