Skip to content

Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 #267

Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0

Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 #267

Workflow file for this run

name: pre-commit
on:
pull_request:
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/test@main
with:
python-version: '3.10'
source-folder: 'mosek_tools'
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
files: artifacts/tests/coverage/coverage.info
format: lcov