Skip to content

build(deps-dev): update ruff requirement from <0.0.278 to <0.0.279 (#… #1064

build(deps-dev): update ruff requirement from <0.0.278 to <0.0.279 (#…

build(deps-dev): update ruff requirement from <0.0.278 to <0.0.279 (#… #1064

Workflow file for this run

name: Conformance Tests
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
with:
python-version: "3.x"
cache: "pip"
cache-dependency-path: pyproject.toml
- name: install sigstore-python
run: python -m pip install .
- uses: sigstore/sigstore-conformance@954233f9a4ea6d0b355626b283b4f837f465e4ec # v0.0.5
with:
entrypoint: ${{ github.workspace }}/test/integration/sigstore-python-conformance