Skip to content

Replace JUnit passed/failed/skipped status with per-method timing #443

Replace JUnit passed/failed/skipped status with per-method timing

Replace JUnit passed/failed/skipped status with per-method timing #443

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"