Skip to content

new metrics, bump dependencies, more conciese logs #18

new metrics, bump dependencies, more conciese logs

new metrics, bump dependencies, more conciese logs #18

Workflow file for this run

name: Continuous integration
on:
workflow_dispatch:
push:
branches: [ main ]
paths-ignore:
- 'README.md'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: 'golang:1.21'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Run lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
skip-pkg-cache: true
- name: Run tests
run: make test