Skip to content

Update readme links #32

Update readme links

Update readme links #32

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.19.0

Check failure on line 10 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "udibo/react_app/.github/workflows/ci.yml@0.19.0" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
test-args: '-A'
cd:
name: CD
needs: ci
uses: udibo/react_app/.github/workflows/deploy.yml@0.19.0
with:
project: udibo-react-app-example