Skip to content

package readme (version: 0.0.1-alpha.2) (#4) #7

package readme (version: 0.0.1-alpha.2) (#4)

package readme (version: 0.0.1-alpha.2) (#4) #7

Workflow file for this run

name: CI/CD
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build