8000 show quality with video codec · ruddarr/app@eaac7bc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

show quality with video codec #28

show quality with video codec

show quality with video codec #28

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: "Lint"
on:
pull_request: null
push:
branches:
- develop
- main
permissions: {}
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
typos:
name: Typos
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Search for misspellings
uses: crate-ci/typos@master
0