Skip to content

Bump jupyterlab from 4.0.11 to 4.2.5 #1331

Bump jupyterlab from 4.0.11 to 4.2.5

Bump jupyterlab from 4.0.11 to 4.2.5 #1331

Workflow file for this run

name: Check whitespace
on: [push, pull_request]
jobs:
end-of-line:
name: End-of-line blanks
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Scan for lines with trailing whitespace
run: |
! git ls-files -z | xargs -0 grep -IHn --color '\s$' --
end-of-file:
name: End-of-file newlines
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Scan for wrong number of trailing newlines
uses: fernandrone/[email protected]