Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

install: adding packages required by latest qemu 8.2.1 build #6091

install: adding packages required by latest qemu 8.2.1 build

install: adding packages required by latest qemu 8.2.1 build #6091

Workflow file for this run

name: DCO check
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
dco_check_job:
runs-on: ubuntu-latest
name: DCO Check
steps:
- name: Get PR Commits
id: 'get-pr-commits'
uses: tim-actions/get-pr-commits@ed97a21c3f83c3417e67a4733ea76887293a2c8f
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: DCO Check
uses: tim-actions/dco@2fd0504dc0d27b33f542867c300c60840c6dcb20
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}