Skip to content

More balanced spacing at bottom of sections #231

More balanced spacing at bottom of sections

More balanced spacing at bottom of sections #231

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases
- run: npm install
- run: npm test