8000 ssl: Implement SSLSession support. · micropython/micropython-lib@a55b91b · GitHub
[go: up one dir, main page]

Skip to content

ssl: Implement SSLSession support. #522

ssl: Implement SSLSession support.

ssl: Implement SSLSession support. #522

name: Check commit message formatting
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '100'
- uses: actions/setup-python@v4
- name: Check commit message formatting
run: source tools/ci.sh && ci_commit_formatting_run
0