Skip to content

twitch.py 1.0: eval client_id and token expressions so that /secure can be used #293

twitch.py 1.0: eval client_id and token expressions so that /secure can be used

twitch.py 1.0: eval client_id and token expressions so that /secure can be used #293

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
check-scripts:
runs-on: ubuntu-22.04
name: Check scripts
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: pip install weechat-script-lint
- name: Check scripts
run: make partial-check