Browse Source

fix: golang ci

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
tags/v0.1.0
Xinwei Xiong(cubxxw-openim) 3 years ago
parent
commit
2811c2c357
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/golangci-lint.yml

+ 2
- 1
.github/workflows/golangci-lint.yml View File

@@ -5,8 +5,9 @@
name: OpenKF golangci-lint
on:
push:
branches: [main]
pull_request:
types: [opened, reopened]
branches: [main]
jobs:
golangci:
name: lint


Loading…
Cancel
Save