Files
lovelace-time-picker-card/.github/workflows/ci.yaml
T

22 lines
311 B
YAML

name: 'CI'
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
npm install
npm run build
- name: Test
run: npm run test