Skip to content

build(deps-dev): bump the dev-deps group across 1 directory with 5 up… #118

build(deps-dev): bump the dev-deps group across 1 directory with 5 up…

build(deps-dev): bump the dev-deps group across 1 directory with 5 up… #118

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- name: Install dependencies 📦
run: npm ci
- name: Lint 🧹
run: |
npm run lint
npm run ts-check
- name: Build 🔧
run: npm run build
- name: Build Docs 📖
run: npm run docs
- name: Test 🧪
run: npm run test:ci
- name: Create Coverage Badge 🏷️
run: npx coverage-badge-svg
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs