Skip to content

Release v1.13.0: timecc608 caption modes, paint-on by default #578

Release v1.13.0: timecc608 caption modes, paint-on by default

Release v1.13.0: timecc608 caption modes, paint-on by default #578

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version: 1.25
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
only-new-issues: true