Skip to content

MapIV/map4_github_actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

map4_github_actions

C/C++のフォーマットには clang-format-18 を利用している

Usage

C/C++ Formatter

CIでテストしたいレポジトリのCI設定に次のように追加する。トリガーなどは各自の要件に合わせる。

name: Formatter CI

on:
  pull_request

jobs:
  call-formatter:
    uses: MapIV/map4_github_actions/.github/workflows/formatter.yml@v2025.07.23
    secrets:
      REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      CI_USER_APP_ID: ${{ secrets.CI_USER_APP_ID }}
      CI_USER_PRIVATE_KEY: ${{ secrets.CI_USER_PRIVATE_KEY }}

Pre-commit Formatter

  1. 利用したいレポジトリのルートに.pre-commit-config.yamlを配置する
  2. pip3 install pre-commit
  3. pre-commit install

Check PR Title

To enable this workflow, add the check-pr-title.yml file to your repository under the .github/workflows/ directory. Ensure that GitHub Actions are enabled in your repository. When a pull request is opened, edited, or synchronized, the workflow will automatically check whether the PR title follows the Semantic PR naming convention.

このワークフローを有効にするには、リポジトリの .github/workflows/ ディレクトリに check-pr-title.yml ファイルを追加してください。 また、リポジトリで GitHub Actions が有効になっていることを確認してください。 プルリクエストが作成・編集・同期された際に、ワークフローが自動的にタイトルをチェックし、Semantic PR の命名規則に従っているかを確認します。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages