Skip to content

github actions don's support go-1.22 yet #75

github actions don's support go-1.22 yet

github actions don's support go-1.22 yet #75

Workflow file for this run

name: markdownlint
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '2 2 1 * *'
jobs:
run_markdownlint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Run markdownlint
uses: actionshub/markdownlint@main