Skip to content

Bump github.com/gonvenience/ytbx from 1.4.5 to 1.4.6 #246

Bump github.com/gonvenience/ytbx from 1.4.5 to 1.4.6

Bump github.com/gonvenience/ytbx from 1.4.5 to 1.4.6 #246

Workflow file for this run

---
name: golangci-lint
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
only-new-issues: true