Skip to content

Split health checks for rest and RPC to use good endpoints for each. … #83

Split health checks for rest and RPC to use good endpoints for each. …

Split health checks for rest and RPC to use good endpoints for each. … #83

Workflow file for this run

name: pre-commit checks
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- main
env:
GO_VERSION: '^1.19'
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]