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 33b08fa commit 1af8fb9Copy full SHA for 1af8fb9
.github/workflows/headlamp.yaml
@@ -39,10 +39,11 @@ jobs:
39
- uses: actions/checkout@v3
40
- name: Use Node.js ${{ matrix.node-version }}
41
uses: actions/setup-node@v3
42
- env:
43
- GH_TOKEN: ${{ github.token }}
+ with:
44
node-version: ${{ matrix.node-version }}
45
- - run: |
+ - env:
+ GH_TOKEN: ${{ github.token }}
46
+ run: |
47
echo "Checking ${{ matrix.dir }} plugin"
48
npx @kinvolk/headlamp-plugin@$HEADLAMP_PLUGIN_VERSION format --check ${{ matrix.dir }}
49
npx @kinvolk/headlamp-plugin@$HEADLAMP_PLUGIN_VERSION lint ${{ matrix.dir }}
0 commit comments