Skip to content

Allow stores attribute to be read #657

Allow stores attribute to be read

Allow stores attribute to be read #657

Workflow file for this run

name: Golangci-lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci-lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: true
- name: Golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: 'v2.6'