Skip to content

Commit

Permalink
ci(DX): 👷 confirm that SDK builds before merging (#540)
Browse files Browse the repository at this point in the history
Signed-off-by: James Morris, MS <96435344+james-a-morris@users.noreply.github.com>
  • Loading branch information
james-a-morris committed Feb 13, 2024
1 parent f84b2a7 commit d8b32da
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI
on: [push]
jobs:
build:
name: Builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
- run: yarn build

0 comments on commit d8b32da

Please sign in to comment.