Skip to content

DIDComm v1 interfaces like those available for v2 #93

DIDComm v1 interfaces like those available for v2

DIDComm v1 interfaces like those available for v2 #93

name: Code Quality Check
"on":
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
name: Format and Lint Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
version: "0.4.1"
args: 'format --check'
- uses: chartboost/ruff-action@v1
with:
version: "0.4.1"