Skip to content

feat(kite component): introduces Kite component as translated from pa… #31

feat(kite component): introduces Kite component as translated from pa…

feat(kite component): introduces Kite component as translated from pa… #31

Workflow file for this run

name: Tests
on: push
jobs:
lint:
name: Run tests
runs-on: ubuntu-latest
container: 'node:12-alpine'
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test