Skip to content

build: npm ci

build: npm ci #5

Workflow file for this run

name: Test on Branch
on:
workflow_dispatch:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test
uses: ./.github/actions/test