Skip to content

fix: Generate CloudQuery Go API Client from spec.json #383

fix: Generate CloudQuery Go API Client from spec.json

fix: Generate CloudQuery Go API Client from spec.json #383

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: Lint with GolangCI
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2