Skip to content

chore: release 2.0.0-alpha.0 (#9) #25

chore: release 2.0.0-alpha.0 (#9)

chore: release 2.0.0-alpha.0 (#9) #25

Workflow file for this run

name: SKY UX CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: '.nvmrc'
- name: Build and test
run: |
set -x
npm ci
npm run build
npm run test:ci