Skip to content

matusbulla is trying actions to make docusaurus #6

matusbulla is trying actions to make docusaurus

matusbulla is trying actions to make docusaurus #6

Workflow file for this run

name: docusaurus cicd
run-name: ${{ github.actor }} is trying actions to make docusaurus
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-job:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Initialize Node.JS for this job
uses: actions/setup-node@v6
with:
node-version: '20.x'
- run: npm version
- run: npm run build
test-of-markdown:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Initialize Node.JS for this job
uses: actions/setup-node@v6
with:
node-version: '20.x'
- run: npm install markdown-lint-cli2 --global
- run: markdownlint-cli-2 -v