Skip to content

build(deps): bump sigstore/gh-action-sigstore-python from 2.0.1 to 2.1.0 #165

build(deps): bump sigstore/gh-action-sigstore-python from 2.0.1 to 2.1.0

build(deps): bump sigstore/gh-action-sigstore-python from 2.0.1 to 2.1.0 #165

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
strategy:
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: test
run: make test INSTALL_EXTRA=test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: lint
run: make lint INSTALL_EXTRA=lint