Skip to content

Expose whether a given client contains initialized data #183

Expose whether a given client contains initialized data

Expose whether a given client contains initialized data #183

Workflow file for this run

# Copyright (C) Nitrokey GmbH
# SPDX-License-Identifier: CC0-1.0
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install rust
run: rustup show
- name: Install reuse
run: sudo apt-get install --yes reuse
- name: Execute checks
run: make ci