query_blocker.pl 1.8: add argument "-all" for del, replace hook_compl… #371
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: 2021-2025 Sébastien Helleu <[email protected]> | |
| # | |
| # SPDX-License-Identifier: GPL-3.0-or-later | |
| 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 |