mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
This way there is always an up-to-date result for the conformance report (https://theupdateframework.github.io/tuf-conformance/) to use Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
26 lines
604 B
YAML
26 lines
604 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
pull_request:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '30 6 * * 3'
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
name: Conformance
|
|
jobs:
|
|
conformance:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout conformance client
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
|
with:
|
|
persist-credentials: false
|
|
|
|
- name: Run test suite
|
|
uses: theupdateframework/tuf-conformance@500c525c9ce287a472fd334fe8d885cace667d32 # v2.4.0
|
|
with:
|
|
entrypoint: ".github/scripts/conformance-client.py"
|