Skip to content

Build(deps): Bump docker/login-action from 3.1.0 to 3.3.0 (#223) #352

Build(deps): Bump docker/login-action from 3.1.0 to 3.3.0 (#223)

Build(deps): Bump docker/login-action from 3.1.0 to 3.3.0 (#223) #352

Workflow file for this run

---
name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest