Skip to content

Merge pull request #77 from Voycawojka/lcp-optimalisation #34

Merge pull request #77 from Voycawojka/lcp-optimalisation

Merge pull request #77 from Voycawojka/lcp-optimalisation #34

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout 🕵️
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Test 🧪
run: |
npm ci
npm run build
npm run test