Skip to content

feat(identity): introduce wallet-controlled identity creation #14

feat(identity): introduce wallet-controlled identity creation

feat(identity): introduce wallet-controlled identity creation #14

Workflow file for this run

name: Lint / Markdown
on:
workflow_call:
push:
branches: [main]
paths:
- .github/workflows/lint-markdown.yml
- .markdownlint.yaml
- '*.md'
- '**/*.md'
pull_request:
branches: [main]
paths:
- .github/workflows/lint-markdown.yml
- .markdownlint.yaml
- '*.md'
- '**/*.md'
permissions:
contents: read
concurrency:
group: lint-markdown-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-markdown:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Lint markdown files
uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb # v1.5.0
with:
args: '**/*.md'