Skip to content

Added endpoint for sending SMS (Depends of Catalyst change) (#207) #772

Added endpoint for sending SMS (Depends of Catalyst change) (#207)

Added endpoint for sending SMS (Depends of Catalyst change) (#207) #772

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 5
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies & tooling
run: |
npm install
npm run lint