Skip to content

Create LICENSE

Create LICENSE #38

Workflow file for this run

name: Test Build
on:
push:
branches-ignore:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.2.0
- name: Install and Build
run: |
npm install
npm run build