Skip to content

cleanup: remove 583MB target-minimal build artifacts directory #21

cleanup: remove 583MB target-minimal build artifacts directory

cleanup: remove 583MB target-minimal build artifacts directory #21

Workflow file for this run

name: DCO Check
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
dco_check:
runs-on: ubuntu-latest
steps:
- name: DCO Check
uses: sobolevn/dco-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}