Skip to content

fix: update ETCD_ADVERTISE_CLIENT_URLS from 0.0.0.0 to FQDN #697

fix: update ETCD_ADVERTISE_CLIENT_URLS from 0.0.0.0 to FQDN

fix: update ETCD_ADVERTISE_CLIENT_URLS from 0.0.0.0 to FQDN #697

Workflow file for this run

name: ❄️ Lint
on: [pull_request]
jobs:
markdownlint:
name: 🍇 Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 🚀 Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install -g [email protected]
- run: markdownlint '**/*.md' --ignore node_modules