Skip to content

Bump the python-dependencies group with 2 updates #1249

Bump the python-dependencies group with 2 updates

Bump the python-dependencies group with 2 updates #1249

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]