Skip to content

Commit e317960

Browse files
committed
Lint config files.
1 parent e0bbd38 commit e317960

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/lint-self.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@ on:
88
- main
99

1010
jobs:
11-
lint:
12-
name: Lint Assets
11+
lint-scripts:
12+
name: Lint Helper Scripts
1313
uses: Lombiq/NodeJs-Extensions/.github/workflows/lint.yml@issue/OSOE-954-alt
1414
with:
1515
scripts: '
1616
{
1717
"Lombiq.NodeJs.Extensions": { "scripts": { "source": "scripts" } }
1818
}'
19+
lint-config:
20+
name: Lint config files
21+
uses: Lombiq/NodeJs-Extensions/.github/workflows/lint.yml@issue/OSOE-954-alt
22+
with:
23+
scripts: '
24+
{
25+
"Lombiq.NodeJs.Extensions": { "scripts": { "source": "config" } }
26+
}'

0 commit comments

Comments
 (0)