Skip to content

chore(deps): bump kentaro-m/auto-assign-action from 2540405c417e3376a45f5fc809acd86fe2dfeec5 to 646e8b333af1f2578621db2ad3a1373665e53201 #11133

chore(deps): bump kentaro-m/auto-assign-action from 2540405c417e3376a45f5fc809acd86fe2dfeec5 to 646e8b333af1f2578621db2ad3a1373665e53201

chore(deps): bump kentaro-m/auto-assign-action from 2540405c417e3376a45f5fc809acd86fe2dfeec5 to 646e8b333af1f2578621db2ad3a1373665e53201 #11133

Workflow file for this run

name: Lint
on:
push:
branches: [main, release-*]
pull_request:
branches: [main, release-*]
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: '0'
- name: Golangci lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
with:
version: v2.7
- name: Markdown lint
uses: docker://avtodev/markdown-lint:v1@sha256:6aeedc2f49138ce7a1cd0adffc1b1c0321b841dc2102408967d9301c031949ee
with:
config: '.markdownlint.yml'
args: '**/*.md'
ignore: 'deploy/helm-charts manager/console CHANGELOG.md build'