Skip to content

feat(ui): render the real detail view in the Create SLO preview #2779

feat(ui): render the real detail view in the Create SLO preview

feat(ui): render the real detail view in the Create SLO preview #2779

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
paths:
- '**.go'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
with:
go-version-file: 'go.mod'
- name: Build UI
run: make ui
- name: golangci-lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
with:
args: --timeout=10m
version: 'latest'