Skip to content

tools: 0.8.0 changelog #139

tools: 0.8.0 changelog

tools: 0.8.0 changelog #139

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- '**.md'
- '.markdownlint.yaml'
- '.github/workflows/lint.yaml'
types:
- opened
- reopened
- synchronize
branches:
- develop
jobs:
checklint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make mdlint