summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-01-13 15:21:27 +0100
committerJoas Schilling <coding@schilljs.com>2023-01-19 08:26:25 +0100
commit075e70b04981626482ce6136726b86ac611ad5a8 (patch)
treec6a37e958bb5fd7aa3c3dd58185dfb0a940bbd27
parentbfb225a0c1f76f3bf6b4169f8bc5ac3dde856eec (diff)
fix(CI): Update eslint and node templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/node.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index e3310644e..0916a47a0 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
+#
+# Use node together with node-when-unrelated to make eslint a required check for GitHub actions
+# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
name: Node