Skip to content

[Doc][Polish] gemm optimize by vectorize #44

[Doc][Polish] gemm optimize by vectorize

[Doc][Polish] gemm optimize by vectorize #44

Workflow file for this run

name: Lint Markdown Files
on:
pull_request:
branches:
- develop
push:
branches:
- develop
jobs:
lint-md:
runs-on: ubuntu-latest
steps:
# Step 1: Checkout the repository
- name: Checkout code
uses: actions/checkout@v3
# Step 2: Set up Node.js environment
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '21'
# Step 3: Install lint-md-cli
- name: Install lint-md-cli
run: npm install -g lint-md-cli
# Step 4: Run lint-md using npx
- name: Run lint-md check
run: npx lint-md-cli .