Skip to content

Add pr-pal to template (#146) #94

Add pr-pal to template (#146)

Add pr-pal to template (#146) #94

name: Interface Tests

Check failure on line 1 in .github/workflows/interface_tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/interface_tests.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: interface_tests
on:
push:
branches: [main]
paths:
- src/interfaces/coral_web/**
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
with:
fetch-depth: 2
- name: Set up Node.js and install dependencies
uses: ./.github/actions/js-install
- name: Check coral_web is formatted
run: pnpm format
- name: Check coral_web can build
run: pnpm build