Skip to content

Update copyright

Update copyright #94

Workflow file for this run

name: Run gittuf demo
on:
push:
branches: ['main']
pull_request:
workflow_dispatch:
jobs:
run-demo:
name: Run demo
runs-on: ubuntu-latest
steps:
- name: Checkout demo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: '3.12'
- name: Install gittuf
uses: gittuf/gittuf-installer@a7644594c7def5a72ec719c2424825a5a8831548
with:
gittuf-version: 0.6.0
- name: Run demo with --no-prompt
run: |
python3 run-demo.py --no-prompt