Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Merge pull request #7 from cvxgrp/dependabot/pip/pytest-8.0.1 #48

Merge pull request #7 from cvxgrp/dependabot/pip/pytest-8.0.1

Merge pull request #7 from cvxgrp/dependabot/pip/pytest-8.0.1 #48

Workflow file for this run

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