build(deps): bump github.com/bluenviron/mediacommon from 1.12.5-0.20241007134008-c84f1fd25fa3 to 1.13.0 #452
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lint | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
golangci-lint: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v3 | |
with: | |
go-version: "1.22" | |
- uses: golangci/golangci-lint-action@v3 | |
with: | |
version: v1.59.1 | |
go-mod-tidy: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v3 | |
with: | |
go-version: "1.22" | |
- run: | | |
go mod tidy | |
git diff --exit-code |