mirror of
https://github.com/zerotier/ztchooks-ts.git
synced 2026-05-22 16:29:35 -07:00
16 lines
222 B
YAML
16 lines
222 B
YAML
name: Node.js CI
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
test:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Use Node.js
|
|
uses: actions/setup-node@v3
|
|
- run: npm ci
|
|
- run: npm test
|