Skip to content

build: Remove workaround for hatchling upgrades #209

build: Remove workaround for hatchling upgrades

build: Remove workaround for hatchling upgrades #209

Workflow file for this run

on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
permissions:
contents: read
name: Conformance
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- name: Checkout conformance client
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Run test suite
uses: theupdateframework/tuf-conformance@9bfc222a371e30ad5511eb17449f68f855fb9d8f # v2.3.0
with:
entrypoint: ".github/scripts/conformance-client.py"