Skip to content

Merge pull request #843 from L77H/type-formats-improve-docstr #8

Merge pull request #843 from L77H/type-formats-improve-docstr

Merge pull request #843 from L77H/type-formats-improve-docstr #8

Workflow file for this run

name: Run Sigstore Signer tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions: {}
jobs:
test-sigstore:
runs-on: ubuntu-latest
steps:
- name: Checkout securesystemslib
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Set up Python
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: '3.x'
cache: 'pip'
cache-dependency-path: 'requirements*.txt'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade tox
- run: |
tox -e sigstore