We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bbd38 commit e317960Copy full SHA for e317960
.github/workflows/lint-self.yml
@@ -8,11 +8,19 @@ on:
8
- main
9
10
jobs:
11
- lint:
12
- name: Lint Assets
+ lint-scripts:
+ name: Lint Helper Scripts
13
uses: Lombiq/NodeJs-Extensions/.github/workflows/lint.yml@issue/OSOE-954-alt
14
with:
15
scripts: '
16
{
17
"Lombiq.NodeJs.Extensions": { "scripts": { "source": "scripts" } }
18
}'
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