Skip to content

docs: update battery and screw section #8

docs: update battery and screw section

docs: update battery and screw section #8

Workflow file for this run

name: Linting
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
markdown-link-check:
name: Markdown link check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
markdownlint:
name: Markdown linting
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint all markdown files
uses: docker://avtodev/markdown-lint:v1
with:
config: '.github/workflows/config/markdown-lint-config.yml'
args: '**/*.md'
ignore: '**/node_modules/**'