Skip to content

chore(deps): update yt-dlp from 2024.10.07 to 2024.10.22 (#35) #107

chore(deps): update yt-dlp from 2024.10.07 to 2024.10.22 (#35)

chore(deps): update yt-dlp from 2024.10.07 to 2024.10.22 (#35) #107

Workflow file for this run

name: test
on:
pull_request:
branches: [master]
paths-ignore: [".gitignore", "**/*.md", ".github/ISSUE_TEMPLATE/**"]
types: [opened, edited, reopened, synchronize, unlocked]
push:
branches: [master]
paths-ignore: [".gitignore", "**/*.md", ".github/ISSUE_TEMPLATE/**"]
jobs:
go-test:
uses: lrstanley/.github/.github/workflows/lang-go-test-matrix.yml@master
permissions:
contents: read
with: { num-minor: 1, num-patch: 2 }
go-lint:
uses: lrstanley/.github/.github/workflows/lang-go-lint.yml@master
permissions:
checks: write
contents: read
pull-requests: read
security-events: write
statuses: write
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}