Skip to content

chore(deps): Bump golang.org/x/sync from 0.10.0 to 0.11.0 #158

chore(deps): Bump golang.org/x/sync from 0.10.0 to 0.11.0

chore(deps): Bump golang.org/x/sync from 0.10.0 to 0.11.0 #158

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
GO_VERSION: '1.20'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: '0'
- name: Golangci lint
uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c
with:
version: v1.54
args: --verbose
- name: Markdown lint
uses: docker://avtodev/markdown-lint:v1
with:
config: '.markdownlint.yml'
args: '**/*.md'