mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
ci: add workflow
This commit is contained in:
parent
b2623a0695
commit
5aa8a0f8de
1 changed files with 14 additions and 0 deletions
14
.github/workflows/ci.yml
vendored
Normal file
14
.github/workflows/ci.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue