Skip to content

Merge branch 'main' of https://github.com/Voycawojka/calligro #41

Merge branch 'main' of https://github.com/Voycawojka/calligro

Merge branch 'main' of https://github.com/Voycawojka/calligro #41

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: '20'
- name: Test 🧪
run: |
npm ci
npm run build
npm run test