This repo hosts Kibana's custom Github Actions.
Created using https://github.com/microsoft/vscode-github-triage-actions as a foundation.
- node.js >= 20 and npm
# Install dependencies
npm install
# Run unit tests
npm run test
# Linting
npm run lint
# Transpile TypeScript - this will also happen automatically on commit
npm run build