Skip to content

FIX: check and test jobs failing (#38) #25

FIX: check and test jobs failing (#38)

FIX: check and test jobs failing (#38) #25

Workflow file for this run

name: check
on:
push:
branches:
- main
- master
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v6
with:
version: v1.58