carbon-components-svelte/.github/workflows/ci.yml
2021-09-29 11:46:11 -07:00

14 lines
327 B
YAML

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies and build the library
run: |
yarn
yarn build:api
yarn build:lib
- name: Validate TypeScript definitions
run: yarn test