Skip to content

docs: use proper link for the rxpoweredup demo page #358

docs: use proper link for the rxpoweredup demo page

docs: use proper link for the rxpoweredup demo page #358

Workflow file for this run

name: CI
on: push
jobs:
build:
timeout-minutes: 5
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
node-version: '22.14.x'
- name: Install modules
run: npm install
- name: Lint
run: npm run lint
- name: Format check
run: npm run format:check
- name: Run tests
run: npm run test
- name: Build docs
run: npm run docs
- name: Build scripts
run: npm run build