Skip to content

docs: add isEmptyObject docs #116

docs: add isEmptyObject docs

docs: add isEmptyObject docs #116

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
- next
paths:
- src/**
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
cache: 'npm'
- run: npm ci
- run: npm test
- run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release