Skip to content

Merge pull request #9 from gittuf/dependabot/github_actions/actions/c… #44

Merge pull request #9 from gittuf/dependabot/github_actions/actions/c…

Merge pull request #9 from gittuf/dependabot/github_actions/actions/c… #44

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@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: '3.11'
- name: Install gittuf
uses: gittuf/gittuf-installer@8ce8fbd070477ec72678151e82b82c3d866d9fcd
- name: Run demo with --no-prompt
run: |
python3 run-demo.py --no-prompt