Skip to content

feat(Docs): Update site title, tagline, and logo #33

feat(Docs): Update site title, tagline, and logo

feat(Docs): Update site title, tagline, and logo #33

name: Build & Test
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 18
- run: npm ci
- run: npm run build
# - run: npm test