Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 456 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 456 Bytes

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

# 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