Skip to content

Feature/MZ-624

Feature/MZ-624 #915

Workflow file for this run

name: "GoLangCI-Lint"
on:
pull_request:
branches:
- develop
- main
types:
- opened
- edited
- synchronize
- reopened
permissions:
id-token: write
contents: read
pull-requests: read
jobs:
GoLangCI-Lint:
runs-on: ubuntu-latest
name: Run GoLangCI-Lint to Midaz
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
cache: false
- name: GoLangCI-Lint
uses: golangci/golangci-lint-action@v4
with:
version: latest