Skip to content

feat: enable verification of certs via network.tls_verify and priva… #52

feat: enable verification of certs via network.tls_verify and priva…

feat: enable verification of certs via network.tls_verify and priva… #52

Workflow file for this run

---
name: Lint
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install the latest version of rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true
- name: Sync dependencies
run: rye sync
- name: Lint (pylint/rye lint)
run: rye run check