obytes / react-native-template-obytes

📱 A template for your next React Native project: Expo, PNPM, TypeScript, TailwindCSS, Husky, EAS, GitHub Actions, Env Vars, expo-router, react-query, react-hook-form.
https://starter.obytes.com
MIT License
2.19k stars 321 forks source link

Some GitHub Actions and WorkFlows is not working now. #332

Closed yearsalary closed 2 months ago

yearsalary commented 3 months ago

Summary:

  1. setup-node-pnpm-install action is not working now.
  2. type-check and lit-ts workflows is not working now.

Steps to reproduce:

  1. Initializing a new project by cli
    npm install -g pnpm
    npx create-obytes-app@latest MyApp
  2. add remote github repo and create new PullRequest

Expected behavior:

  1. setup-node-pnpm-install action is working.
  2. type-check and lit-ts workflows is working.

Additional notes:

i found some problem and solution. The following changes worked for me. image image

thank you, i loved this starter.