Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

update readme

update readme #24

Workflow file for this run

name: golangci-lint
on:
push:
paths-ignore:
- 'otel-vscode'
tags:
- v*
branches:
- master
- main
pull_request:
paths-ignore:
- 'otel-vscode'
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.2
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
args: --timeout=5m