Skip to content

Uml 2978 Add System Message feature to Admin portal #1675

Uml 2978 Add System Message feature to Admin portal

Uml 2978 Add System Message feature to Admin portal #1675

Workflow file for this run

name: Golang Linting for Admin App
on:
pull_request:
branches: [ main ]
paths:
# only run when service-admin is changed
- 'service-admin/**'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20' # The Go version to download (if necessary) and use.
- run: go version
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.51.2
working-directory: service-admin
# only-new-issues: true