Skip to content

First go at spec text for Amount #47

First go at spec text for Amount

First go at spec text for Amount #47

Workflow file for this run

name: Build spec
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
node-version: lts/*
- run: npm run build
- name: commit changes
uses: elstudio/actions-js-build/commit@v4
with:
commitMessage: "fixup: [spec] `npm run build`"