Skip to content

refactor: Remove Pre 5 XDR related digest file directory [KO-458] #147

refactor: Remove Pre 5 XDR related digest file directory [KO-458]

refactor: Remove Pre 5 XDR related digest file directory [KO-458] #147

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup-go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.63.4
args: --timeout=5m