Skip to content

Add awesome-cdk-typescript to Related Projects #129

Add awesome-cdk-typescript to Related Projects

Add awesome-cdk-typescript to Related Projects #129

Workflow file for this run

name: build
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm test