Skip to content

feat: deep link to episode directly not show when possible (#119) #203

feat: deep link to episode directly not show when possible (#119)

feat: deep link to episode directly not show when possible (#119) #203

Workflow file for this run

name: Trakt Integration Continuous Integration
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
build:
name: Check linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install requirements
run: pip install -r requirements.txt
- name: Check linting
run: make check
- name: Run test
run: make test