Support None to not load any data for the persistence loading policy … #209
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: static check | |
on: pull_request | |
jobs: | |
golangci-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code into the Go module directory | |
uses: actions/checkout@v3 | |
- name: golangci-lint by reviewdog | |
uses: reviewdog/action-golangci-lint@v2 | |
- name: Check code formatting using gofmt | |
uses: Jerome1337/[email protected] |