Skip to content

Commit

Permalink
build(lint): Added lint detection (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 authored Jan 5, 2024
1 parent bfcc6e8 commit c5f0e53
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Go Lint

on:
push:
branches:
- 1.x
- 2.x
pull_request:
branches:
- 1.x
- 2.x

jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
File renamed without changes.

0 comments on commit c5f0e53

Please sign in to comment.