Skip to content

Merge pull request #45 from Indicio-tech/feature/did-peer-support #181

Merge pull request #45 from Indicio-tech/feature/did-peer-support

Merge pull request #45 from Indicio-tech/feature/did-peer-support #181

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Code Quality Check
on:
push:
branches: [ main ]
pull_request:
jobs:
format:
name: Format and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/[email protected]
with:
src: "./proxy_mediator"
- uses: chartboost/ruff-action@v1
with:
src: "./proxy_mediator"
version: 0.1.2