Skip to content

feat: hide mark as watched when video is watched #3033

feat: hide mark as watched when video is watched

feat: hide mark as watched when video is watched #3033

Workflow file for this run

name: reviewdog
on: [pull_request]
permissions: write-all
jobs:
ktlint:
name: Check Code Quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: ktlint
uses: ScaCap/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
android: true
fail_on_error: true