Skip to content

chore(log-adapter): Adjust the GORM log adapter path (#58) #9

chore(log-adapter): Adjust the GORM log adapter path (#58)

chore(log-adapter): Adjust the GORM log adapter path (#58) #9

Workflow file for this run

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