mirror of
https://github.com/trussed-dev/trussed-staging.git
synced 2026-06-20 04:16:23 -07:00
Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user