Skip to content

feat: add support for New and Classic Microsoft Teams #1188

feat: add support for New and Classic Microsoft Teams

feat: add support for New and Classic Microsoft Teams #1188

Workflow file for this run

on: [pull_request, push]
jobs:
build:
strategy:
matrix:
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20.9.x
cache: 'npm'
- run: npm ci --audit false
- run: npm run lint
# - run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
- run: npm run typecheck
- run: npm run test
- run: npm run package