Skip to content

NOISSUE - Forward /health and /metrics endpoints #47

NOISSUE - Forward /health and /metrics endpoints

NOISSUE - Forward /health and /metrics endpoints #47

Workflow file for this run

# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0
name: CI Pipeline
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint-and-build:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
cache-dependency-path: "go.sum"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: Build Binaries
run: |
make all