Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Cargo.toml: added new feature cc_kbc_occlum #213

Cargo.toml: added new feature cc_kbc_occlum

Cargo.toml: added new feature cc_kbc_occlum #213

Workflow file for this run

name: PR Sanity Check
on: [pull_request]
jobs:
commits_check_job:
runs-on: ubuntu-latest
name: Commits Check
steps:
- name: Get PR Commits
id: 'get-pr-commits'
uses: tim-actions/get-pr-commits@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: DCO Check
uses: tim-actions/dco@master
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}