Skip to content

Minor padding adjustment #294

Minor padding adjustment

Minor padding adjustment #294

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "20"
- run: npm ci
- run: npm test