Loading...
Loading...
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 expo-cicd-workflowsscripts/# Fetch resources
node {baseDir}/scripts/fetch.js <url>.eas/workflows/*.yml.yamlnameonjobsdefaultsconcurrency${{ }}github.*inputs.*workflow_dispatchneeds.*jobs.*steps.*workflow.*needsafterif# Install dependencies if missing
[ -d "{baseDir}/scripts/node_modules" ] || npm install --prefix {baseDir}/scripts
node {baseDir}/scripts/validate.js <workflow.yml> [workflow2.yml ...]