Skip to content

add a new workflow: dispatch homebrew update #40 #32

add a new workflow: dispatch homebrew update #40

add a new workflow: dispatch homebrew update #40 #32

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Ethersecurity Inc.
#
# SPDX-License-Identifier: MPL-2.0
# Author: Shohei KAMON <cameong@stir.network>
name: DCO
on:
pull_request:
push:
branches:
- master
jobs:
check_dco:
runs-on: ubuntu-latest
name: Check DCO
steps:
- name: Run dco-check
uses: christophebedard/dco-check@0.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}