Skip to content

Commit 81bdae4

Browse files
authored
Minor CI changes (#165)
1 parent 4fc06f7 commit 81bdae4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
pull_request:
1010
workflow_dispatch:
1111

12-
env:
13-
FORCE_COLOR: 2
14-
NODE_LTS: 24 # used for linting and publish
15-
1612
permissions:
1713
contents: read
1814

15+
env:
16+
FORCE_COLOR: 2
17+
NODE_LTS: 24 # used for linting and publishing
18+
1919
jobs:
2020
lint:
2121
name: Lint
@@ -79,6 +79,7 @@ jobs:
7979
test-extended:
8080
name: Node on ${{ matrix.os }} (Extended)
8181
runs-on: ${{ matrix.os }}
82+
8283
env:
8384
HUGO_BIN_BUILD_TAGS: extended
8485

0 commit comments

Comments
 (0)