Skip to content

chore(deps): Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 in the all-actions group #271

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

chore(deps): Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 in the all-actions group #271

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"