Skip to content

Merge pull request #248 from tttamaki/dev_ConsensusADMM_fix #60

Merge pull request #248 from tttamaki/dev_ConsensusADMM_fix

Merge pull request #248 from tttamaki/dev_ConsensusADMM_fix #60

Workflow file for this run

# This workflow runs Ruff on the PR
# For more information see: https://github.com/marketplace/actions/ruff-action
name: PyProximal-ruff
on: [push, pull_request]
jobs:
ruff-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: ruff Lint
uses: astral-sh/ruff-action@v3
with:
src: "./pyproximal"