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

Merge pull request #11 from cvxgrp/dependabot/pip/fire-0.6.0 #56

Merge pull request #11 from cvxgrp/dependabot/pip/fire-0.6.0

Merge pull request #11 from cvxgrp/dependabot/pip/fire-0.6.0 #56

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