Skip to content

build(deps): bump ed25519-dalek from 1.0.1 to 2.0.0 #132

build(deps): bump ed25519-dalek from 1.0.1 to 2.0.0

build(deps): bump ed25519-dalek from 1.0.1 to 2.0.0 #132

Workflow file for this run

on: [push, pull_request]
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- run: git submodule update --init --recursive
- run: sudo apt-get update
- run: sudo apt-get --yes install protobuf-compiler cargo shellcheck
- run: shellcheck usr/lib/cryptographic_id/* usr/bin/*
usr/lib/initcpio/install/cryptographic-id
usr/lib/dracut/modules.d/90cryptographic-id/module-setup.sh
- run: cargo test --workspace --verbose --locked
- run: cargo install --locked cargo-vet
- run: cargo vet