Skip to content

fix(archive): catch error if first thumbnail update fails #249

fix(archive): catch error if first thumbnail update fails

fix(archive): catch error if first thumbnail update fails #249

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@v4
with:
go-version: 1.19.5
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: --timeout 3m