Skip to content

feat: add aggregate op and extend functions accordingly #387

feat: add aggregate op and extend functions accordingly

feat: add aggregate op and extend functions accordingly #387

Workflow file for this run

name: Markdown formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Run markdownlint-cli2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: '**/*.md'