Skip to content

build(deps-dev): bump postcss from 8.5.18 to 8.5.23 in /frontend #2121

build(deps-dev): bump postcss from 8.5.18 to 8.5.23 in /frontend

build(deps-dev): bump postcss from 8.5.18 to 8.5.23 in /frontend #2121

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
golangci:
name: lint
# no need to run if dependabot is the author
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v7
with:
go-version: "stable"
- uses: actions/checkout@v7
- name: golangci-lint
uses: golangci/golangci-lint-action@v9.3.0
with:
version: latest
args: --timeout 3m