Skip to content

WolfSSLEngine ByteBuffer offset/bounds fixes and JNI arrayOffset honoring #448

WolfSSLEngine ByteBuffer offset/bounds fixes and JNI arrayOffset honoring

WolfSSLEngine ByteBuffer offset/bounds fixes and JNI arrayOffset honoring #448

name: Line Length Check
on:
pull_request:
branches: [ '*' ]
jobs:
line-length-check:
runs-on: ubuntu-latest
name: Check 80 character line limit
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check line length in PR changes
run: |
BASE_REF="${{ github.event.pull_request.base.ref }}"
./scripts/line-length-check-added-lines.sh "origin/$BASE_REF"