Skip to content

Commit 99bed28

Browse files
committed
chore: rename node to npm-build workflow
We do not have Node.JS applications but this workflow just checks if it can build the Javascript frontend using `npm build`. This should reduce confusion about the workflows intend. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent c72f209 commit 99bed28

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

workflow-templates/node.properties.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Frontend build workflow",
3+
"description": "Nextcloud workflow template for check frontend builds.",
4+
"iconName": "npm-build",
5+
"categories": [
6+
"JavaScript"
7+
],
8+
"filePatterns": [
9+
"^package.json$"
10+
]
11+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
77
# SPDX-License-Identifier: MIT
88

9-
name: Node
9+
name: Build Javascript
1010

1111
on: pull_request
1212

0 commit comments

Comments
 (0)