Skip to content

build(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn … #18

build(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn …

build(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn … #18

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
- name: Install pnpm 📦
uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: latest
cache: pnpm
- name: Install dependencies 📦
run: pnpm install
- name: Lint 🧹
run: pnpm run lint
- name: Build 🔧
run: pnpm run build
- name: Test 🧪
run: pnpm run test:ci
# - name: Coveralls 🎉
# uses: coverallsapp/github-action@v2
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docs 📖
run: pnpm run docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs