Skip to content

Commit

Permalink
add coral_web workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
misspia-cohere committed Apr 30, 2024
1 parent 1b12880 commit f0aee0f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/interface_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Interface Tests

on:
push:
branches: [main]
pull_request: {}

jobs:
interface_tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/interfaces/coral_web

steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Check coral_web is formatted
run: pnpm format
- name: Check coral_web can build
run: pnpm build

0 comments on commit f0aee0f

Please sign in to comment.