Skip to content

collapse_channel.py: hook_signal(hotlist_changed) fixed. #317

collapse_channel.py: hook_signal(hotlist_changed) fixed.

collapse_channel.py: hook_signal(hotlist_changed) fixed. #317

Workflow file for this run

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