Skip to content

docs: improve README download and usage sections #44

docs: improve README download and usage sections

docs: improve README download and usage sections #44

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm clean-install
env:
CI: true
- name: Test build app
run: npm run build