We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a16e9 commit d4ea486Copy full SHA for d4ea486
.github/workflows/ci.yml
@@ -21,4 +21,4 @@ jobs:
21
- name: Install dependencies
22
run: pip install weechat-script-lint
23
- name: Check scripts
24
- run: make partial-check
+ run: make check
Makefile
@@ -23,9 +23,5 @@ CHECKER ?= weechat-script-lint
all: check
25
26
-# this target will be removed once the ignored scripts are fixed
27
-partial-check:
28
- "$(CHECKER)" --ignore-files gateway_rename.scm --recursive .
29
-
30
check:
31
"$(CHECKER)" --recursive .
0 commit comments