Skip to content

ci: fix docker manifest #41

ci: fix docker manifest

ci: fix docker manifest #41

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Iván SZKIBA
#
# SPDX-License-Identifier: AGPL-3.0-only
name: lint
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: REUSE linter
uses: fsfe/reuse-action@v2
with:
args: lint
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
- name: Go linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: --timeout=30m
install-mode: binary