Skip to content

report updater and updated time when getting workflows #134

report updater and updated time when getting workflows

report updater and updated time when getting workflows #134

Workflow file for this run

name: Lint code
on:
push:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.23.1'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.61
args: --timeout=4m