Skip to content

chore: Update createApp function in index.ts to improve readability #2

chore: Update createApp function in index.ts to improve readability

chore: Update createApp function in index.ts to improve readability #2

Workflow file for this run

name: TEst
on:
workflow_dispatch:
push:
branches:
- feat/portal-administration
jobs:
web-client-test:
name: test
runs-on: ubuntu-latest
steps:
- name: Check Changed Files
run: |
if git diff --name-only ${{ github.base_ref }}...${{ github.head_ref }} | grep -q "^/client/apps/"; then
echo "Files in client/apps/ have changed2"
else
echo "No files in client/apps/ have changed"
fi