Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

FEAT: add health check path #241

FEAT: add health check path

FEAT: add health check path #241

Workflow file for this run

---
name: Workflow - Pull Request
on: [pull_request]
jobs:
dump:
name: Dump katana state
uses: ./.github/workflows/dump.yml
spell_check:
name: Spell check
uses: ./.github/workflows/spell_check.yml
linters:
name: Linters
uses: ./.github/workflows/linters.yml
tests:
name: Rust tests
uses: ./.github/workflows/test.yml
needs: dump