Skip to content

.gitlint: Ignore Signed-off-by lines when checking commit logs #4

.gitlint: Ignore Signed-off-by lines when checking commit logs

.gitlint: Ignore Signed-off-by lines when checking commit logs #4

Workflow file for this run

name: Linelint
on:
pull_request
jobs:
linelint:
runs-on: ubuntu-latest
name: Check EOF newline
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Linelint
uses: fernandrone/linelint@master