Skip to content

Bump cryptography from 46.0.6 to 47.0.0 (#775) #829

Bump cryptography from 46.0.6 to 47.0.0 (#775)

Bump cryptography from 46.0.6 to 47.0.0 (#775) #829

Workflow file for this run

name: Ruff
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ruff_py3:
name: Ruff syntax check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'
- name: Install Dependencies
run: |
pip install ruff
- name: ruff
run: |
make ruff