Skip to content

Web UI library and Chat SDk versions update (#272) #95

Web UI library and Chat SDk versions update (#272)

Web UI library and Chat SDk versions update (#272) #95

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