Skip to content

Added basic actions

Added basic actions #1

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: npm run build
test:
runs-on: ubuntu-latest
steps:
- run: npm run test