Skip to content

Add react.d.ts for fixing react types/autocomplete #45

Add react.d.ts for fixing react types/autocomplete

Add react.d.ts for fixing react types/autocomplete #45

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.2
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
cd:
name: CD
needs: ci
uses: udibo/react-app/.github/workflows/deploy.yml@0.24.2
with:
project: udibo-react-app-example