Skip to content

docs: 🚀 (#375) version bump for new release #704

docs: 🚀 (#375) version bump for new release

docs: 🚀 (#375) version bump for new release #704

Workflow file for this run

name: Lint
on:
pull_request:
push:
# manual trigger
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: markdownlint
run: make markdownlint
- name: prune
run: make prune