Skip to content

chore: updates to support future ACA-Py 0.12.0 release #167

chore: updates to support future ACA-Py 0.12.0 release

chore: updates to support future ACA-Py 0.12.0 release #167

# 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/black@stable
with:
src: "./proxy_mediator"
- uses: chartboost/ruff-action@v1
with:
src: "./proxy_mediator"