Skip to content

fix(docs): baseHref changed to rhtml [ci-skip] #154

fix(docs): baseHref changed to rhtml [ci-skip]

fix(docs): baseHref changed to rhtml [ci-skip] #154

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npx @rxdi/bolt install
- run: npm run lint --if-present
- run: npm test