Skip to content

docs: add docs folder with installation and usage docs #55

docs: add docs folder with installation and usage docs

docs: add docs folder with installation and usage docs #55

Workflow file for this run

name: check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run format:check
- run: npm run build
- run: npm run package
env:
# Set version to correctly render manifests
RELEASE_VERSION: 1.0.0