Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

[spec] rename param, per https://github.com/tc39/proposal-array-group… #76

[spec] rename param, per https://github.com/tc39/proposal-array-group…

[spec] rename param, per https://github.com/tc39/proposal-array-group… #76

Workflow file for this run

name: Deploy spec
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm run build
- name: commit changes
uses: elstudio/actions-js-build/commit@v3
with:
commitMessage: "fixup: [spec] `npm run build`"