Skip to content

fix(csv): add missing newline at end of file #280

fix(csv): add missing newline at end of file

fix(csv): add missing newline at end of file #280

Workflow file for this run

name: Housekeeping
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
linting:
name: 'Markdown linting'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out the code
- name: Lint Code Base
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: '**/*.md'