Skip to content

Create FUNDING.yml #234

Create FUNDING.yml

Create FUNDING.yml #234

Workflow file for this run

name: Compile Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install
- run: npm run compile