Skip to content

mistweaverco/kulala-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Kulala Logo

kulala-github-action

Made with love Discord Development status Our manifesto AI Policty

Usage

Other tools 🔧 from the Kulala 🐼 family 🌈

Kulala for NeovimKulala CLIKulala Formatter (and converter)Kulala DesktopKulala for Visual Studio CodeKulala Core


Usage

Kulala provides a Github Action to run HTTP files as part of your CI/CD pipeline.

Example:

---
name: main
on:
  pull_request: ~
jobs:
  build:
    name: Run HTTP tests
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repo
        uses: actions/checkout@v6

      - name: Setup Kulala CI
        uses: mistweaverco/kulala-github-action@v3

      - name: Run Kulala CI
        run: |
          # Run all .http files in the http-files/ directory
          # and only output if there are test failures
          kulala run http-files/ --tests --quiet

About

A fully-featured ⚡️ HTTP/GraphQL/gRPC/Websocket-client 🐼 interface 🖥️ for your Github Actions ❤️, that supports the Jetbrains .http spec (with full scripting support).

Topics

Resources

Stars

Watchers

Forks

Contributors