Skip to content

[ACS][Chat] Updated dependencies for Chat samples #91

[ACS][Chat] Updated dependencies for Chat samples

[ACS][Chat] Updated dependencies for Chat samples #91

name: 'ui-library-filesharing-chat-composite 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-filesharing-chat-composite/app/**'
pull_request:
paths:
- 'ui-library-filesharing-chat-composite/app/**'
# 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-filesharing-chat-composite/app'