Skip to content

Merge pull request #45 from Salvionied/main #42

Merge pull request #45 from Salvionied/main

Merge pull request #45 from Salvionied/main #42

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
args: --timeout 10m
- name: Test
run: make test