Skip to content

lxc.mount.hook: Skip cpu sysfs logic if missing target #110

lxc.mount.hook: Skip cpu sysfs logic if missing target

lxc.mount.hook: Skip cpu sysfs logic if missing target #110

Workflow file for this run

name: Commits
on:
- pull_request
jobs:
dco-check:
name: Signed-off-by (DCO)
runs-on: ubuntu-20.04
steps:
- name: Get PR Commits
id: 'get-pr-commits'
uses: tim-actions/get-pr-commits@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Check that all commits are signed-off
uses: tim-actions/dco@master
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}