Skip to content

feat:Add an api for obtaining other people's Profile (#9) #23

feat:Add an api for obtaining other people's Profile (#9)

feat:Add an api for obtaining other people's Profile (#9) #23

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --verbose
only-new-issues: true