Skip to content

check it out - those keys are not real anyway. good luck! #16

check it out - those keys are not real anyway. good luck!

check it out - those keys are not real anyway. good luck! #16

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
- run: npm ci
- run: npm run build
- run: npm test
- name: Upload coverage
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage/