Skip to content

Commit d4ea486

Browse files
committed
Remove target "partial-check"
1 parent 50a16e9 commit d4ea486

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Install dependencies
2222
run: pip install weechat-script-lint
2323
- name: Check scripts
24-
run: make partial-check
24+
run: make check

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,5 @@ CHECKER ?= weechat-script-lint
2323

2424
all: check
2525

26-
# this target will be removed once the ignored scripts are fixed
27-
partial-check:
28-
"$(CHECKER)" --ignore-files gateway_rename.scm --recursive .
29-
3026
check:
3127
"$(CHECKER)" --recursive .

0 commit comments

Comments
 (0)