Skip to content

Create techstack.yml #11

Create techstack.yml

Create techstack.yml #11

Workflow file for this run

name: typeScript
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- run: npm i
- run: npm run compile
- run: npm test