Skip to content

fix: Fix parsing text in view, check parenthesis in ParseSchemaObject… #2244

fix: Fix parsing text in view, check parenthesis in ParseSchemaObject…

fix: Fix parsing text in view, check parenthesis in ParseSchemaObject… #2244

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
reviewdog:
name: reviewdog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--config=.golangci.yml"
go_version_file: "go.mod"