Skip to content

Greatly improve documentation + change app id + screenshots #200

Greatly improve documentation + change app id + screenshots

Greatly improve documentation + change app id + screenshots #200

Workflow file for this run

name: Linting API
on:
pull_request:
branches:
- '**'
types:
- opened
- synchronize
- reopened
- ready_for_review
paths:
- "api/**"
- ".github/workflows/lint-api.yml"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-api:
name: Lint API
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.58
working-directory: api
args: --timeout 5m