renamed github action yml file
This commit is contained in:
parent
a7daf55a38
commit
12f140c5e2
@ -1,11 +1,11 @@
|
|||||||
name: Check yml parameters have description
|
name: check_yml
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'application/src/main/resources/thingsboard.yml'
|
- 'application/src/main/resources/thingsboard.yml'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: check
|
name: Check yml parameters have description
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
Loading…
x
Reference in New Issue
Block a user