Skip to content

Removed the link checking since its not needed #5

Removed the link checking since its not needed

Removed the link checking since its not needed #5

Workflow file for this run

name: Linting- Markdown,Shell
on:
push:
workflow_dispatch:
jobs:
markdown-linting:
name: Markdown lint
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: .
config_file: ".markdownlint.json"
# dot: false
# ignore_files: '".git*/**"'
shellcheck:
name: Shellcheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master