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

feat: design and implement input/output interfaces #1

feat: design and implement input/output interfaces

feat: design and implement input/output interfaces #1

Workflow file for this run

name: Commit Check
on:
push:
pull_request:
branches: 'main'
jobs:
commit-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: commit-check/commit-check-action@v1
with:
message: true
branch: true
author-name: false
author-email: false
commit-signoff: false
dry-run: true
job-summary: true