Skip to content

fix: file-file md yang belum sesuai standar linter (#203) #14

fix: file-file md yang belum sesuai standar linter (#203)

fix: file-file md yang belum sesuai standar linter (#203) #14

name: Markdown Linter
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: npm install
- name: Lint Markdown files
run: npx markdownlint '**/*.md'