Skip to content

Bump certifi from 2024.2.2 to 2024.7.4 (#398) #805

Bump certifi from 2024.2.2 to 2024.7.4 (#398)

Bump certifi from 2024.2.2 to 2024.7.4 (#398) #805

Workflow file for this run

name: "basic"
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1
with:
extra_args: '--verbose --all-files'
test:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/coverage@main
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
files: artifacts/tests/coverage/coverage.info
format: lcov