Skip to content

chore(deps): bump cryptography from 46.0.5 to 46.0.7 in /client #7

chore(deps): bump cryptography from 46.0.5 to 46.0.7 in /client

chore(deps): bump cryptography from 46.0.5 to 46.0.7 in /client #7

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: "check"
- uses: astral-sh/ruff-action@v3
with:
args: "format --check"