Skip to content

🐛 fix: Nil pointer dereference with Must Bind binding #358

🐛 fix: Nil pointer dereference with Must Bind binding

🐛 fix: Nil pointer dereference with Must Bind binding #358

Workflow file for this run

name: markdownlint
on:
push:
branches:
- master
- main
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: |
**/*.md
#vendor