Skip to content

Create index.js

Create index.js #9

Workflow file for this run

name: Run TypeScript script
on:
push:
branches:
- main
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run ts-node with npx
run: npx ts-node src/index.ts