Skip to content

Commit 6838ed4

Browse files
chore: link issue
1 parent fb7c23d commit 6838ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-lint-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Install Dependencies
2727
run: npm install
2828
- name: Run JS check
29-
run: npm run lint:js || true # TODO: Remove `|| true` when we decide to enforce linting.
29+
run: npm run lint:js || true # Remove `|| true` when working on https://github.com/Codeinwp/feedzy-rss-feeds/issues/948
3030
- name: Build source
3131
run: npm run build

0 commit comments

Comments
 (0)