1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

ci: pr suggest

This commit is contained in:
wdvxdr 2021-03-17 23:42:18 +08:00
parent ec965a9eb7
commit 5e52cecd71
No known key found for this signature in database
GPG Key ID: 55FF1414A69CEBA6
2 changed files with 22 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: CI
name: Lint
on: [push, pull_request]
on: [push]
jobs:
golangci:

20
.github/workflows/suggester.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Lint
on: [pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
- name: Suggester
uses: reviewdog/action-suggester@v1
with:
tool_name: golangci-lint