Skip to content

set timeout to farmerbot rmb calls #1474

set timeout to farmerbot rmb calls

set timeout to farmerbot rmb calls #1474

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- "README.md"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --config=.golangci.yml