Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Merge pull request #11 from skttlock/main #23

Merge pull request #11 from skttlock/main

Merge pull request #11 from skttlock/main #23

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
# - macos-latest
- windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm test