Skip to content

Kulala CLI action

Actions

About

Execute HTTP files with Kulala
v3.1.1
Latest
Star (4)

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

Kulala CLI action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Execute HTTP files with Kulala
v3.1.1
Latest

Kulala CLI action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.