Skip to content

build(deps): bump actions/checkout from 3.6.0 to 4.0.0 #349

build(deps): bump actions/checkout from 3.6.0 to 4.0.0

build(deps): bump actions/checkout from 3.6.0 to 4.0.0 #349

Workflow file for this run

name: Run lint
on: [ push, pull_request ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
# version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
# Read args from .golangci.yaml
# args: