Loading...
Loading...
EAS service (paid). Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.
npx skill4agent add expo/skills eas-workflowsEAS service - costs apply. EAS Workflows run on Expo Application Services, a paid product with free-tier limits. Each workflow job consumes your plan's build/compute minutes, and jobs that build or submit also need paid Apple Developer and Google Play accounts. Review https://expo.dev/pricing before triggering runs.
scripts/# Fetch resources
node <skill-dir>/scripts/fetch.js <url>.eas/workflows/*.yml.yamlnameonjobsdefaultsconcurrency${{ }}github.*inputs.*workflow_dispatchneeds.*jobs.*steps.*workflow.*needsafterif# Install dependencies if missing
[ -d "<skill-dir>/scripts/node_modules" ] || npm install --prefix <skill-dir>/scripts
node <skill-dir>/scripts/validate.js <workflow.yml> [workflow2.yml ...]