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

deps: Update the attestation-agent to v0.5.0 #212

deps: Update the attestation-agent to v0.5.0

deps: Update the attestation-agent to v0.5.0 #212

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 }}