Skip to content

chore(deps-dev): bump @storybook/addon-interactions from 7.4.3 to 7.5.3 in /dashboard #335

chore(deps-dev): bump @storybook/addon-interactions from 7.4.3 to 7.5.3 in /dashboard

chore(deps-dev): bump @storybook/addon-interactions from 7.4.3 to 7.5.3 in /dashboard #335

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m
version: v1.54.2
skip-pkg-cache: true