Skip to content

feat: implement Phase 2 - Policy synthesis and YAML generation #2

feat: implement Phase 2 - Policy synthesis and YAML generation

feat: implement Phase 2 - Policy synthesis and YAML generation #2

Workflow file for this run

name: Go CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Build
run: go build ./cmd/cpp
- name: Run
run: ./cpp --help