Skip to content

Add support for /up healthcheck #42

Add support for /up healthcheck

Add support for /up healthcheck #42

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
with:
configFile: './package.json'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}