mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
logging
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
c3daa45931
commit
13d80aafd3
4
.github/workflows/check-docs.yml
vendored
4
.github/workflows/check-docs.yml
vendored
@ -5,11 +5,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Check Docs
|
name: Check Docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.label.name == 'area/documentation'
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x]
|
node-version: [12.x]
|
||||||
steps:
|
steps:
|
||||||
|
- name: debug
|
||||||
|
run: echo ${{ github.event.label.name }}
|
||||||
|
|
||||||
- name: Checkout Release from lens
|
- name: Checkout Release from lens
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user