Skip to content

Add a database where we store UMM message to Slack threads #1

Add a database where we store UMM message to Slack threads

Add a database where we store UMM message to Slack threads #1

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
prettier:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-workspace
- name: Check formatting
run: npm run format-check
jest:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-workspace
- name: Run tests
run: npm run test