Skip to content

Allow to configure secure connection to RPC server #279

Allow to configure secure connection to RPC server

Allow to configure secure connection to RPC server #279

Workflow file for this run

name: Lint Docs
on:
push:
branches:
- master
paths:
- "**/*.md"
- ".github/workflows/docs-lint.yml"
pull_request:
paths:
- "**/*.md"
- ".github/workflows/docs-lint.yml"
jobs:
docs-lint:
uses: anycable/github-actions/.github/workflows/docs-lint.yml@master
with:
rubocop: false
mdl-path: docs
lychee-args: docs/* --exclude "(ruby|deployment|assets)/"