Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

chore: prepare fedimint-hbbft v0.1.0 release #24

chore: prepare fedimint-hbbft v0.1.0 release

chore: prepare fedimint-hbbft v0.1.0 release #24

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
build_and_unit_test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v1
- name: Print toolchain version
uses: actions-rs/cargo@v1
with:
command: version
- uses: actions-rs/install@v0.1
with:
crate: cargo-deadlinks
- name: Checks
run: ./ci.sh