Skip to content

340 database export lint database for optimal database design #1178

340 database export lint database for optimal database design

340 database export lint database for optimal database design #1178

Workflow file for this run

name: GolangCI-Lint
on: [push, pull_request]
permissions:
contents: read
pull-requests: write
jobs:
lint:
name: Run golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20