Skip to content

extmod/modssl_mbedtls.c: Ignore err ERR_SSL_RECEIVED_NEW_SESSION_TICKET. #7

extmod/modssl_mbedtls.c: Ignore err ERR_SSL_RECEIVED_NEW_SESSION_TICKET.

extmod/modssl_mbedtls.c: Ignore err ERR_SSL_RECEIVED_NEW_SESSION_TICKET. #7

Workflow file for this run

# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Python code lint with ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --format=github .