Skip to content

ci(actions): bump actions/checkout from 4.1.1 to 4.1.2 #54

ci(actions): bump actions/checkout from 4.1.1 to 4.1.2

ci(actions): bump actions/checkout from 4.1.1 to 4.1.2 #54

Workflow file for this run

name: Linter
on:
push:
branches-ignore:
- main
jobs:
golangci:
name: Linting Go code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: golangci-lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
version: latest