Skip to content

Bright be/fdr 47 be store unit test repo #15

Bright be/fdr 47 be store unit test repo

Bright be/fdr 47 be store unit test repo #15

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- dev
tags:
- v*
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.22.4"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55