Skip to content

Convert Activities to JSON #5

Convert Activities to JSON

Convert Activities to JSON #5

Workflow file for this run

name: Convert Activities to JSON
on:
push:
paths:
- 'activities.md'
# allows to manually run the job at any time
workflow_dispatch:
jobs:
convert:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: List directory contents
run: ls -al
- name: Run script
uses: actions/setup-node@v2
with:
node-version: '14'
- run: node ./convert.js