Skip to content

Merge pull request #1258 from CompileNix/update-translation-de #2139

Merge pull request #1258 from CompileNix/update-translation-de

Merge pull request #1258 from CompileNix/update-translation-de #2139

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
golangci:
name: lint
# no need to run if dependabot is the author
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v7
with:
go-version: "stable"
- uses: actions/checkout@v7
- name: golangci-lint
uses: golangci/golangci-lint-action@v9.3.0
with:
version: latest
args: --timeout 3m