Skip to content

Commit 1af8fb9

Browse files
committed
update
1 parent 33b08fa commit 1af8fb9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/headlamp.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ jobs:
3939
- uses: actions/checkout@v3
4040
- name: Use Node.js ${{ matrix.node-version }}
4141
uses: actions/setup-node@v3
42-
env:
43-
GH_TOKEN: ${{ github.token }}
42+
with:
4443
node-version: ${{ matrix.node-version }}
45-
- run: |
44+
- env:
45+
GH_TOKEN: ${{ github.token }}
46+
run: |
4647
echo "Checking ${{ matrix.dir }} plugin"
4748
npx @kinvolk/headlamp-plugin@$HEADLAMP_PLUGIN_VERSION format --check ${{ matrix.dir }}
4849
npx @kinvolk/headlamp-plugin@$HEADLAMP_PLUGIN_VERSION lint ${{ matrix.dir }}

0 commit comments

Comments
 (0)