Editorial: Add note to ref to UTS35 about weekinfo #195
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`" |