Add GitHub Actions workflow for Guard Checker Build (#658)

This commit is contained in:
tequ
2026-02-17 10:34:12 +09:00
committed by GitHub
parent edafb1fed6
commit 309e517e70

View File

@@ -0,0 +1,24 @@
name: Guard Checker Build
on:
push:
pull_request:
jobs:
guard-checker-build:
strategy:
fail-fast: false
matrix:
include:
- run-on: ubuntu-latest
- run-on: macos-latest
runs-on: ${{ matrix.run-on }}
name: Guard Checker Build - ${{ matrix.run-on }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Build Guard Checker
run: |
cd src/ripple/app/hook
make guard_checker