Skip to content

Upgrade @udibo/react-app to 0.24.3 #46

Upgrade @udibo/react-app to 0.24.3

Upgrade @udibo/react-app to 0.24.3 #46

Workflow file for this run

name: CI/CD
on:
pull_request:
push:
branches:
- main
jobs:
ci:
name: CI
uses: udibo/react-app/.github/workflows/ci.yml@0.24.3
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
cd:
name: CD
needs: ci
uses: udibo/react-app/.github/workflows/deploy.yml@0.24.3
with:
project: udibo-react-app-example