Skip to content

Add hint on current work #47

Add hint on current work

Add hint on current work #47

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 9 1 * *"
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2
- name: Lint
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: '**/*.md'