Skip to content

chore(deps): Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the all-actions group #371

chore(deps): Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the all-actions group

chore(deps): Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the all-actions group #371

name: Code Quality Check
"on":
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
name: Format and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/[email protected]
with:
src: "./acapy_controller ./examples"
- uses: chartboost/ruff-action@v1
with:
version: 0.3.5
src: "./acapy_controller ./examples"