Skip to content

Renamed constants and updated list of fils to update #94

Renamed constants and updated list of fils to update

Renamed constants and updated list of fils to update #94

name: 'ui-library-quickstart-teams-interop-meeting-chat CI'
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events for main in specific path.
push:
paths:
- 'ui-library-quickstart-teams-interop-meeting-chat/**'
pull_request:
paths:
- 'ui-library-quickstart-teams-interop-meeting-chat/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
project-validation:
uses: ./.github/workflows/ci-ui-library.yml
with:
runs-on: 'ubuntu-latest'
node-version: '16.x'
working-directory: './ui-library-quickstart-teams-interop-meeting-chat'