Skip to content

Add two checks with GH Actions and .mailmap #2

Add two checks with GH Actions and .mailmap

Add two checks with GH Actions and .mailmap #2

Workflow file for this run

name: EOF newline
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