Skip to content

fix: add backend startup heartbeat liveness probe #581

fix: add backend startup heartbeat liveness probe

fix: add backend startup heartbeat liveness probe #581

Workflow file for this run

name: Lint Workflows
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
actionlint:
name: actionlint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Run actionlint
uses: rhysd/actionlint@v1.7.11