name: Create the Retrospective Board
on:
schedule:
- cron: '0 14 * * 3'
jobs:
create-board:
runs-on: ubuntu-latest
steps:
- uses: hross/retro-board-creator@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
handles: hross,alepauly
only-log: true
Install the dependencies
$ npm install
Build the typescript and package it for distribution
$ npm run build && npm run pack
Run the tests ✔️
$ npm test
PASS ./index.test.js
✓ throws invalid number (3ms)
✓ wait 500 ms (504ms)
✓ test runs (95ms)
...