Skip to content

Commit 14dde77

Browse files
committed
Reverting issue branch references for GHA
[skip ci]
1 parent ae0238e commit 14dde77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint-self.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010
jobs:
1111
lint-scripts:
1212
name: Lint Helper Scripts
13-
uses: Lombiq/NodeJs-Extensions/.github/workflows/lint.yml@issue/OSOE-954-alt
13+
uses: Lombiq/NodeJs-Extensions/.github/workflows/lint.yml@dev
1414
with:
1515
scripts: '
1616
{
1717
"Lombiq.NodeJs.Extensions": { "scripts": { "source": "scripts" } }
1818
}'
1919
lint-config:
2020
name: Lint config files
21-
uses: Lombiq/NodeJs-Extensions/.github/workflows/lint.yml@issue/OSOE-954-alt
21+
uses: Lombiq/NodeJs-Extensions/.github/workflows/lint.yml@dev
2222
with:
2323
scripts: '
2424
{

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
token: ${{ secrets.CHECKOUT_TOKEN }}
5252

5353
- name: Run Linter
54-
uses: Lombiq/NodeJs-Extensions/.github/actions/lint@issue/OSOE-954-alt
54+
uses: Lombiq/NodeJs-Extensions/.github/actions/lint@dev
5555
with:
5656
scripts: ${{ inputs.scripts }}
5757
styles-scss: ${{ inputs.styles-scss }}

0 commit comments

Comments
 (0)