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 76cb594
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/interface_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Interface Tests

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

jobs:
interface_tests:
runs-on: ubuntu-latest

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

0 comments on commit 76cb594

Please sign in to comment.