这是indexloc提供的服务,不要输入任何密码
Skip to content

docs: add comparison table for gittuf, Guix, and sequoia-git #1373

docs: add comparison table for gittuf, Guix, and sequoia-git

docs: add comparison table for gittuf, Guix, and sequoia-git #1373

Workflow file for this run

name: Run demo
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
demo:
name: Run demo
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
- name: Build gittuf
run: make just-install
- name: Checkout demo repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
repository: gittuf/demo
- name: Install Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: '3.12'
- name: Run demo script
run: python run-demo.py --no-prompt