Skip to content

Renamed constants and updated list of fils to update #107

Renamed constants and updated list of fils to update

Renamed constants and updated list of fils to update #107

name: 'ui-library-starting-with-chat-stateful 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-starting-with-chat-stateful/**'
pull_request:
paths:
- 'ui-library-starting-with-chat-stateful/**'
# 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-starting-with-chat-stateful'