Skip to content

Feature: Implement user stats as sensors #186

Feature: Implement user stats as sensors

Feature: Implement user stats as sensors #186

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