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

chore: add codeowners to .github (#16) #16

chore: add codeowners to .github (#16)

chore: add codeowners to .github (#16) #16

Workflow file for this run

name: Checks
on:
pull_request:
push:
branches: [ master ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test