Skip to content

Changed react-scripts and typescript version in package.json. #32

Changed react-scripts and typescript version in package.json.

Changed react-scripts and typescript version in package.json. #32

name: Frontend CI/CD
on:
push:
paths:
- 'frontend/**'
pull_request:
paths:
- 'frontend/**'
jobs:
run-workflow:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Simple Command
run: echo "Frontend folder updated. Running workflow..."