Skip to content

Merge pull request #1 from SlicedSilver/upgrade-ts-v5 #7

Merge pull request #1 from SlicedSilver/upgrade-ts-v5

Merge pull request #1 from SlicedSilver/upgrade-ts-v5 #7

Workflow file for this run

name: CI Test
on:
push:
branches:
- master
pull_request:
jobs:
main:
name: Compile, Lint and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run test