Skip to content

(docs): updated README.md for auto-updating UI ConfigMaps #752

(docs): updated README.md for auto-updating UI ConfigMaps

(docs): updated README.md for auto-updating UI ConfigMaps #752

Workflow file for this run

name: PR GoLang Lint
on:
pull_request:
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.0.1
with:
version: v1.59
args: --timeout=10m