Skip to content

[CLD-6341] Add log link to Grafana for Matterwick comments (#57) #198

[CLD-6341] Add log link to Grafana for Matterwick comments (#57)

[CLD-6341] Add log link to Grafana for Matterwick comments (#57) #198

Workflow file for this run

name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: "1.19"
cache: true
- name: Check Style
run: make check-style
- name: Tests
run: make test