Skip to content

Whitespace nowrap added to span for external links #566

Whitespace nowrap added to span for external links

Whitespace nowrap added to span for external links #566

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build --omit=dev