Skip to content

docs: fix unclosed code block in multilingual tip blockquote #100

docs: fix unclosed code block in multilingual tip blockquote

docs: fix unclosed code block in multilingual tip blockquote #100

Workflow file for this run

# .github/workflows/nodejs.yml
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Use Node.js 18
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 18
- run: npm install
- run: npm run lint || echo "Skipping lint if not set"
- run: npm test || echo "Skipping test if not set"