Skip to content

Add support for encrypted PVVX advertisements (#146) #113

Add support for encrypted PVVX advertisements (#146)

Add support for encrypted PVVX advertisements (#146) #113

Workflow file for this run

name: check
on:
push:
branches:
- development
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3.1.0
- name: Set up Python
uses: actions/setup-python@v4.3.0
with:
python-version: "3.11"
- name: Run pre-commit
uses: pre-commit/action@v3.0.0