check-configuration-files.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #
  2. # Copyright © 2016-2023 The Thingsboard Authors
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. #
  16. name: Check configuration files
  17. on:
  18. push:
  19. branches:
  20. - master
  21. pull_request:
  22. paths:
  23. - 'application/src/main/resources/thingsboard.yml'
  24. jobs:
  25. build:
  26. name: Check thingsboard.yml file
  27. runs-on: ubuntu-20.04
  28. steps:
  29. - name: Checkout code
  30. uses: actions/checkout@v2
  31. - name: Set up Python 3.10
  32. uses: actions/setup-python@v3
  33. with:
  34. python-version: "3.10.2"
  35. architecture: "x64"
  36. env:
  37. AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
  38. - name: Run Verification Script
  39. run: python3 tools/src/main/python/check_yml_file.py