Skip to content

APPS-937 Group OpenAPI endpoints with tags #28

APPS-937 Group OpenAPI endpoints with tags

APPS-937 Group OpenAPI endpoints with tags #28

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3