Skip to content

minimal diff to be able to return the task response bytes instead of just the task response digest #654

minimal diff to be able to return the task response bytes instead of just the task response digest

minimal diff to be able to return the task response bytes instead of just the task response digest #654

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
jobs:
Lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 3m