Skip to content

refactor: rename things, add return types, inline resize in `ensure… #40

refactor: rename things, add return types, inline resize in `ensure…

refactor: rename things, add return types, inline resize in `ensure… #40

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node Active LTS
uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'npm'
- name: Install Deps
run: npm ci
- name: Build & Test
run: |
npm run build
npm run test