# kibana-github-actions **Repository Path**: mirrors_elastic/kibana-github-actions ## Basic Information - **Project Name**: kibana-github-actions - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-13 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kibana Github Actions This repo hosts Kibana's custom Github Actions. Created using https://github.com/microsoft/vscode-github-triage-actions as a foundation. # Development ## Requirements - node.js >= 20 and npm ## Getting Started ```bash # Install dependencies npm install # Run all tests npm run test npm run test:integration # for integration tests only npm run test:unit # for unit tests only # Linting npm run lint # Transpile TypeScript - this will also happen automatically on commit npm run build ```